• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Playerid array call in JASS/CS

Status
Not open for further replies.
Level 20
Joined
Feb 24, 2009
Messages
2,999
Thanks for the reply!
Umm I know THAT. The problem is I don't want 12 if player = 1 then do player(1)

I want it to acquire the player who 'triggers' the event, automatically.

Surely you can do this in custom script? You can do it in gui! :(

EDIT: during a second search, I found this www.hiveworkshop.com/forums/triggers-scripts-269/getting-triggering-players-number-160549/

So could I just replace the
'PlayerId' array tag like this:

Call RemoveUnit (udg_SELECTED_class[GetPlayerId(GetTriggerPlayer)]) ??
 
Last edited:
Status
Not open for further replies.
Top