end of line error

NightShade

Ultra Cool Member
Reaction score
31
JASS:
function Trig_counting_Actions takes nothing returns nothing
    set udg_damage_amount = udg_damage_amount+2.555
    call SetTextTagTextBJ( udg_poison_text, R2S(udg_damage_amount), 10 )(udg_damage_amount) )
endfunction

//===========================================================================
function InitTrig_counting takes nothing returns nothing
    set gg_trg_counting = CreateTrigger(  )
    call DisableTrigger( gg_trg_counting )
    call TriggerRegisterTimerEventPeriodic( gg_trg_counting, 0.25 )
    call TriggerAddAction( gg_trg_counting, function Trig_counting_Actions )
endfunction

the WE says there is a "Expected end of line" error for the call SetTagTextBJ... line.

1. what does this mean
and 2. how do I fix this
 

waaaks!

Zinctified
Reaction score
255
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