B
bobthefunny
Guest
Ok, hi! Im a new world editor person type thing, and i am trying to make a dota-ish map. I got a nice piece of code for hero revival from this site, but it's custom made trigger, and I don't know how to change it.
atm it is reviving my hero at the center of the map, how do I change it?
The line of code in question is:
call ReviveHeroLoc(OURHERO, GetRectCenter(GetPlayableMapRect()), true )
How would I change GetPlayableMapRect() to my region? Can I just type it in, spaces and all?
atm it is reviving my hero at the center of the map, how do I change it?
The line of code in question is:
call ReviveHeroLoc(OURHERO, GetRectCenter(GetPlayableMapRect()), true )
How would I change GetPlayableMapRect() to my region? Can I just type it in, spaces and all?


