Jump to content

cbox


Trigger Volumes Help


k9colin

Recommended Posts

Posted

Is it possible to create and name trigger volumes in Halo 2? Basically, I am making a respawn script where it pauses when an enemy is within the trigger volume (lets says one of the containtment bases). The only problem is that I don't know how I can create a trigger volume for this script. Does anybody know how this could be done, or know any alternative methods which could perform this. The script I am using is below.

 

(script continous elite1
(begin
  (sleep_until (<=(ai_living_count elite1)0)8400)
  (sleep_until (and (volume_test_objects <trigger_volume> <object_list>) false)600)
  (ai_place elite1)
)
)

Posted

I thought the triggers were like (meele, vision, primary weapon)

 

 

I could do basic scripts, but this is outta my league. I never knew the location of where you are on the maps where the triggers, I thought they were something else. I'll have to look at the zone respawning scripts and get back to you.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...