Hi! I am new here, and I have a problem with my script.
I am testing out "if", and I have no idea what I am doing wrong here.
When I try this:
function hSkilt_Look()
if (hSkilt_Look == 0 ) Display ("blablabla"); (This is line 21)
if (hSkilt_Look == 1) player.Say ("Hello?");
I get the error message: Error (line 21): Expected '('
Can someone please help me with this?
I am testing out "if", and I have no idea what I am doing wrong here.
When I try this:
function hSkilt_Look()
if (hSkilt_Look == 0 ) Display ("blablabla"); (This is line 21)
if (hSkilt_Look == 1) player.Say ("Hello?");
I get the error message: Error (line 21): Expected '('
Can someone please help me with this?