
KouRyuu
Joined: Jul 9, 2009
U.S. Marines. 'nuff said.
|
Posted: Jul 21, 2010 12:40 AM
Msg. 1 of 1
hey all. i have this script in the levels\test\(MAPNAME)\scripts and it won't compile in sapien. it says it was compiled successfully, but i test the level and nothing happens:
(script startup starter (begin
(sv_say "Welcome to halo") )) (script startup tutorial_script_02 (begin (sleep_until (volume_test_objects Insertion (players)) 15) (object_create warhog) (sound_impulse_start sound\music\cstrng\cstrng1 none 1) ) )
haha oops. no request. Does anyone know what the issue would be? i followed the tutorial to the exact point, and it doesn't want to do it.... Edited by KouRyuu on Jul 21, 2010 at 12:46 AM
figured out the problem, but now, i have this message:
i expected a script or variable definition.: ÿþ( recompiling scripts after scenarios were merged. i expected a script or variable definition.: ÿþ(
does anyone know what this means? Edited by KouRyuu on Jul 21, 2010 at 09:15 AM
|