• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

This is pretty random - but...

Status
Not open for further replies.
Level 12
Joined
Mar 10, 2008
Messages
869
Hi...
This is pretty random - but...
I really can't be bothered doing this thing 30 times so...
Is there a possible way to do Integer 2 Region Name String?
I doubt there is but, lols.

this is what I wanna do:
JASS:
   local integer int = 1
    loop
        exitwhen int > 30
        set udg_Point = GetRectCenter(gg_rct_Level+I2RCT(int))
        call CreateTextTagLocBJ(I2S(int), udg_Point, 0, 10, 100, 100, 100, 0 )
        call RemoveLocation(udg_Point)
        set int = int+1
    endloop
endfunction
 
Level 9
Joined
May 30, 2008
Messages
430
it's features and use are limited to GUI and spell editing
JASS:
   local integer int = 1
    loop
        exitwhen int > 30
        set udg_Point = GetRectCenter(gg_rct_Level+I2RCT(int))
        call CreateTextTagLocBJ(I2S(int), udg_Point, 0, 10, 100, 100, 100, 0 )
        call RemoveLocation(udg_Point)
        set int = int+1
    endloop
endfunction

This have JASS script and it GOES TO TRIGGERS it's not world editor option ask admin about where your thread belong and you will see. Simple check what questions here are related to and you will see they AREN'T related to JASS or triggers at all. :slp:

Edit:
Triggers & Scripts Discussions regarding GUI triggers & JASS/AI scripts may be found here.
World Editor Help Zone Need help with Blizzard's World Editor? Ask general questions about its features and use in this forum

You can read this is good, but can you think about things you read :ugly:
 
Status
Not open for further replies.
Top