Noob Question.

Cheesy

some fucker
Reaction score
95
Hola everyone. I am attempting to learn JASS and I already suck. :thup:

Anyways, when I try to test my map, World Editor crashes. I only have one trigger and this is it.

JASS:

function Trig_Trigger_Actions takes nothing returns nothing
	local integer looper = 0
	loop
		exitwhen looper > 10
		set looper = looper + 1
		call DisplayTextToForce( GetPlayersAll(), looper )
	endloop
endfunction

//==========================================================
function InitTrig_Trigger takes nothing returns nothing
	set gg_trg_Trigger = CreateTrigger( )
	call TriggerAddAction( gg_trg_Trigger, function Trig_Trigger_Actions )
endfunction


Can anyone tell me why? And what I'm doing wrong?
 

Cheesy

some fucker
Reaction score
95
NewGen? K, I'll go search for it. And I2S is integer to string right? Forgot they had to be a string to show them.

EDIT:

I downloaded the NewGen pack and both the newgen editor and warcraft 3 both get an error report when I try to run it.
 

T.s.e

Wish I was old and a little sentimental
Reaction score
133
Find KC's signature in the NewGen thread. It has downloadables to fix those errors.
 
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