View Single Post
Old
  (#10)
jv_map is Offline
Senior Member
 
Posts: 238
Join Date: Sep 2002
Location: Where I wanted to go today
  Send a message via MSN to jv_map  
Default 12-03-2002, 02:26 AM

[code:1c01b]
//SCRIPTING: Mo
main:
exec global/ai.scr
exec global/loadout.scr maps/test_test.scr // ???
exec gloal/friendly.scr

level waittill prespawn

exec global/ambient.scr test_test // ???

level waittill spawn

$player item weapons/colt45.tik
$player item weapons/thompson.tik
level.script = "maps/test_test.scr"

$goodguy thread runto_path $path1
$goodguy1 thread runto_path $path2

end

runto_path local.path:
self.enableEnemy = 0
self runto local.path
self waittill movedone
self.enableEnemy = 1
end
[/code:1c01b]
  
Reply With Quote