Note: Please dont tell me to look at tutorials
1- I want to know what Game Cache can provide us in jass
2- I want to know a way to move unit to another position in time
(I tried set a = 0 set b = 30 loop exitwhen a==b setunitloc(xofunit+1,yofunit+1 triggsleepactions(0.1) set a = a +1 endloop it moves unit to correct position but it moves unit 10 pixels per 1 second other frames get skipped :/ )
Anyway both questions are important for me
1- I want to know what Game Cache can provide us in jass
2- I want to know a way to move unit to another position in time
(I tried set a = 0 set b = 30 loop exitwhen a==b setunitloc(xofunit+1,yofunit+1 triggsleepactions(0.1) set a = a +1 endloop it moves unit to correct position but it moves unit 10 pixels per 1 second other frames get skipped :/ )
Anyway both questions are important for me
Last edited: