System Recycle Indexes

Doom-Angel

Jass User (Just started using NewGen)
Reaction score
167
> are the arrays actually a global one?

Yes, they are global, otherwise you couldn't have restored their data.

> anyway im a bit confused


> guess im just to lazy to start learning vJass

Now days Jass isn't worth much without vJass, if you learned Jass vJass would be easy to learn. I suggest making an effort and trying to learn it.
>Feel free to ask anything! :)

i dont know where to start :p

>Now days Jass isn't worth much without vJass, if you learned Jass vJass would be easy to learn. I suggest making an effort and trying to learn it.

i already kinda started but i stopped since i don't have much time with school....
 

Rheias

New Helper (I got over 2000 posts)
Reaction score
232
v1.6 is up! A new function added, GetArray$name$ and example trigger was completely rewritten. Now the system is much easier to use. Another small example, but the one in the map:

JASS:

function callback takes nothing returns nothing
    local timer t = GetExpiredTimer()
    local integer i = GetArrayT(t)
    local struct data = GetValueData(i,false)
endfunction

function Actions takes nothing returns nothing
    local timer t = CreateTimer()
    local struct data = struct.create()
    
    call SetValueData(data)
    call SetValueT(t)
    call TimerStart(t...callback)
endfunction
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top