- Joined
- May 27, 2009
- Messages
- 495
i want just a little help about this trigger. I want to simplify it and maybe clean it.
And can I also ask, Do I need only to add all the abilities in a dummy unit or add all the abilities in a dummy then preload it? Thanks
I really need this trigger to become clean xD:
this is just a sample. But i need to preload lots of abilities so i need a smaller and takes smaller lag thanks

And can I also ask, Do I need only to add all the abilities in a dummy unit or add all the abilities in a dummy then preload it? Thanks
I really need this trigger to become clean xD:
JASS:
call PreloadAbility('A002')
call PreloadAbility('A003')
call PreloadAbility('A005')
call PreloadAbility('A006')
call RemoveUnit(udg_DummyPreload)
//Preloading
this is just a sample. But i need to preload lots of abilities so i need a smaller and takes smaller lag thanks
