Jump to content

Area Scripts


Salk

Recommended Posts

Well, that answers my question, thanks.

 

Though I realize it wouldn't help with my problem.

 

In short, I wanted to reset a variable if any of the party members are in a specific area but none is in another specific area so I solved with this:

    OR(6)
     AreaCheckObject("AR7800",Player1)
     AreaCheckObject("AR7800",Player2)
     AreaCheckObject("AR7800",Player3)
     AreaCheckObject("AR7800",Player4)
     AreaCheckObject("AR7800",Player5)
     AreaCheckObject("AR7800",Player6)
    !AreaCheckObject("AR7248",Player1)
    !AreaCheckObject("AR7248",Player2)
    !AreaCheckObject("AR7248",Player3)
    !AreaCheckObject("AR7248",Player4)
    !AreaCheckObject("AR7248",Player5)
    !AreaCheckObject("AR7248",Player6)
Link to comment

Archived

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

×
×
  • Create New...