What i thought would work didn't

C-Death

I love you
Reaction score
45
Hey, can any jass expert here tell me why this does't work?

Code:
function Trig_Credits_Actions takes nothing returns nothing
    call DisplayTextToForce( GetPlayersAll(), "TRIGSTR_003" )
endfunction

//===========================================================================
function InitTrig_Credits takes nothing returns nothing
    set gg_trg_Credits = CreateTrigger(  )
    call TriggerRegisterTimerEventSingle( gg_trg_Credits, 1.00 )
    call TriggerAddAction( gg_trg_Credits, function Trig_Credits_Actions )
endfunction

doesn't work for some reason it says around like line 3

Thanks
 

0zaru

Learning vJASS ;)
Reaction score
60
Maybe that string isn't registered inside the war3map.wts ..., replace the "TRIGSTR_003" with the text that you want.
 

C-Death

I love you
Reaction score
45
That worked thanks +Rep
 
General chit-chat
Help Users

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top