Mg 42 ai script error
Posted: Mon Jan 05, 2004 2:22 pm
I added a mg 42 with with ai, just like the tut on .MAP, but i get strange error.
I think this is realy weird because i didn't make String or int variables. You guys know a solution?Set stream error - Unable to open file. - sound/vehicle/veh_truck_on.wav
if (self.spawn_left == NIL || self.spawn_left <= 0) (global/mg42_active.scr, 151)
if (self.spawn_left == NIL || self.spawn_left ^
^~^~^ Script Error: binary '<=' applied to incompatible types 'string' and 'int'
if (self.spawn_left == NIL || self.spawn_left <= 0) (global/mg42_active.scr, 151)
if (self.spawn_left == NIL || self.spawn_left ^
^~^~^ Script Error: binary '<=' applied to incompatible types 'string' and 'int'