View Full Version : Open gate
PrivateDwelling
07-07-2007, 16:06
Is there a code I can use so that a gate or barrier is open at the beginning of a mission?
Instinct
07-07-2007, 16:31
effect "open".
create a trigger with this :
{trigger "barrier/gate"
{actions
{"effect"
{selector
{"entities/tag" "br1"}
}
{effect "open"}
}
}
}
Set Tags br1 for your mod
Thats all 8)
PrivateDwelling
07-07-2007, 17:03
Thanks, guys :) .
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.