What does this mean? Here is my code below, please tell me what i'm doing wrong:
Only section I changed--
Only section I changed--
Code:
procedure talk_p_proc
begin
call get_reaction;
if (get_critter_stat(dude_obj, 34) == 0) then begin
float_msg(self_obj, message_str(708, random(200, 209)), 2);
end
else begin
float_msg(self_obj, message_str(708, random(210, 219)), 2);
end
end
C:\Games\Fallout\Scripts-editing>sslc_f1 hhooker.ssl hhooker.int
Startreck scripting language compiler (Fallout 1 edition)
Compiling HHooker.ssl
Compiling HHooker.int
HHooker.int(1): Error! Expecting top-level statement
*** THERE WERE ERRORS (1 of them)