Jump to content

  •  

  • iBotModz CBox


    Photo

    Trigger Volumes Help


    This topic has been archived. This means that you cannot reply to this topic.
    1 reply to this topic

    #1 k9colin

    k9colin

      Apprentice Grade 2

    • Members+

    • 12 posts
    • Joined: 02-September 07

    Posted 27 November 2009 - 11:38 AM

    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)
     )
    )


    #2 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07

    Posted 27 November 2009 - 01:14 PM

    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.