PDA

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".

Albus
07-07-2007, 17:00
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 :) .