Home   Help Search Login Register  

Author Topic: Getting the player that tripped a trigger and is in a global in condit field  (Read 1390 times)

0 Members and 1 Guest are viewing this topic.

RedHouse

  • Guest
if the trigger executes a script i've made it so the unit that tripped the trigger is a globalvariable called globalunit, or something similiar. so if you put something like this in the script
? globalunit == unit1: goto "unit1"
? globalunit == unit2: goto "unit2"
? globalunit == unit3: goto "unit3"

you can go to different parts in the script, i don't know if this is any help to you because i'm still unsure of what your trying to do as I'm not used to scripting for multiplayer.

Mr.Pibb

  • Guest
Thanks RedHouse, not sure exactly how I am going to do this, but all the provided info will be looked at and used as neccessary from you and your mission, so thanks a bunch. :)
 On to christmas shopping  :P (and added bonus of house cleaning too! :( )

Cyas around

Pibb

RedHouse

  • Guest
no problemo