I have a trigger to teleport someone into a chopper and I want to know if theres is a way to make 2 scripts for it. Here is what I have.
1 Trigger.
Condition = player in this list
On act= player setPosATL (getPos Delta) ;player moveincargo eastair
and that is for the east team. So I need to here is the one for the west
Condition = player in this list
On act = player setPosATL (getPos Delta) ;player moveincargo westair
So in game. West can walk up to a flag poll and an addaction comes up and says Board Us chopper. Click and you are teleported into the chopper.
Flag pole for each side. So I think I need 2 scripts.
Thank you for the help in advance.
HOME 
Reply With Quote