- Joined
- Sep 21, 2007
- Messages
- 517
Basically, i can provide you with efficient functions in JASS to be used in Custom Script section of GUI. An example of the functions il provide is getting the height of an XY position without you having to create a location, find its height using GetLocationZ and then removing it, its also faster cus it doesnt generate a location every time, instead of moving it (did this function cus i see alot of people like spells w/ heights these days, like parabola jump, grenade, bla bla...
)
anyways, thats just an example, and to do it in custom script you just do this:
So you can imagine im trying to simplify/make more efficient the amount of work you guys do and make life easier for GUI users, just tell me what functions you'd like and il put them in a trigger that you can just copypaste to your map and everything will work just well.

anyways, thats just an example, and to do it in custom script you just do this:
-
Custom script: call GetPositionZ(x,y)
-
Custom script: set udg_YourVariableName = GetPositionZ(x,y)
So you can imagine im trying to simplify/make more efficient the amount of work you guys do and make life easier for GUI users, just tell me what functions you'd like and il put them in a trigger that you can just copypaste to your map and everything will work just well.
