What's new

Question Halo 2 modding scripts -xbox

  • Thread starter whiteskulleton
  • Start date
  • Views 1,287
whiteskulleton

whiteskulleton

Newbie
Messages
9
Reaction score
0
Points
35
Sin$
0
Ok, So I have have been modding and I have successfully put an ai in coagulation. Now I need a script to respawn him. I successfully added a script but it doesn't work. I have tried another one and that one didn't work either. I have already played a map in which ai have repawned so Yelo is not the problem. I successfully injected zero gravity in the map. Here is the script
Code:
(script continuous e1_cov_inf0_0_respawn 
(begin 
(sleep_until (<= (ai_living_count e1_cov_inf0_0) 0)) 
(sleep (*5 30)) 
(ai_place e1_cov_inf0_0)
)
)
IF YOU NEED ANY MORE INFO JUST ASK
 
Top Bottom
Login
Register