Clicking on Zone Gates

markm1701

Active Member
Can anyone tell me the best way re-produce clicking on gates or doors for zoning.
Do these objects have any special attributes i could test for to see if it performs zoning


Thanks in Advance
 

Multicharacter

Senior Member
Do a "where special" to see the actors nearby, you'll probably see something like "zone_to_xxxxx" - take that and do an
Code:
Actor[zone_to_xxxx]:DoubleClick
 
Top Bottom