Hmm, I dont think the array is working cause I set the trigger to go non stop so I can test it, and I can create way more units then just 4 which is what I have the array set to....@Helral: Go
I would say to read some tutorials on Arrays (http://world-editor-tutorials.thehelper.net/cat_usersubmit.php?view=20023 example) and look over the lost viking code (File Open, Campaign Tab, TArcade.SC2map (on top)), then find some hero based RPG code examples before delving too much into this slew of questions...
Most of this thread is asking fundamental questions more so than actual implementation. Which, from how you wrote your first topic, you seem to have a grasp of how things "work", just lack the knowledge to get it done. Tutorials are great for that.
Well what im trying to do is just make it so Player chooses his unit Via Dialog, that unit he chose is tied to him and only him. So when i create W = on arrays i can also pull from which unit is doing it by the player number. I'm going to post an updated screen shot showing what i got going on right now.@Xackery: Go
@Sumsin: Go
I'd use the following as your starting player trigger:
Hope this helps.
Hmm, I dont think the array is working cause I set the trigger to go non stop so I can test it, and I can create way more units then just 4 which is what I have the array set to....@Helral: Go
I would say to read some tutorials on Arrays (http://world-editor-tutorials.thehelper.net/cat_usersubmit.php?view=20023 example) and look over the lost viking code (File Open, Campaign Tab, TArcade.SC2map (on top)), then find some hero based RPG code examples before delving too much into this slew of questions...
Most of this thread is asking fundamental questions more so than actual implementation. Which, from how you wrote your first topic, you seem to have a grasp of how things "work", just lack the knowledge to get it done. Tutorials are great for that.
Well what im trying to do is just make it so Player chooses his unit Via Dialog, that unit he chose is tied to him and only him. So when i create W = on arrays i can also pull from which unit is doing it by the player number. I'm going to post an updated screen shot showing what i got going on right now.@Xackery: Go
So when I set player select set variable to be PlayerNumber - 1 strangely enough it gives me an underflow error... so maybe its working afterall.