- Joined
- May 27, 2012
- Messages
- 60
http://www.hiveworkshop.com/forums/spells-569/ultimate-hero-pick-system-2-0-0-4-vjass-206059/
In this public hero pick system that I want to use, it places heroes at whatever X,Y coordinates I choose as the Author made it highly configurable.
But what I need help with is, if I was to make a hero line wars style game, how would I make the heroes be placed on each separate side based on player color since I don't want everyone spawning on one side for a hero wars type game.
Thanks in advanced to anyone who can help
In this public hero pick system that I want to use, it places heroes at whatever X,Y coordinates I choose as the Author made it highly configurable.
But what I need help with is, if I was to make a hero line wars style game, how would I make the heroes be placed on each separate side based on player color since I don't want everyone spawning on one side for a hero wars type game.
JASS:
call ShowSystem(Player(i), false)
set HERO_SPAWN_X[i] = -1408.00 //X Coordinate, it's value is shown in WE bottom left corner
set HERO_SPAWN_Y[i] = -1728.00 //Y Coordinate, it's value is shown in WE bottom left corner
Thanks in advanced to anyone who can help