Error: BCE0043

eu estava fazendo um jogo simples, e estava trabalhando com um codigo simples para interface,mais deu esse erro: Assets/Projeto WV_/SCRIPST DO JOGO/interface.js(2,4): BCE0043: Unexpected token: …
este foi o codigo que eu usei:

#pragma strict
var.interface : GUItexture ;
function Start () {
var.interface (false);
}

function Update () {
if GetKeyDown(E)var.interface (true);

não sei oque deu errado,digam nos comentarios o que eu fim de errado.

You should not have a dot ‘.’ character between var and the name of your variable. The error message say “unexpected token: .” on line 2, which is the give-away.