• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

what is the problem with my Jass trigger

Status
Not open for further replies.
Level 6
Joined
Mar 9, 2009
Messages
175
JASS:
function Trig_Untitled_Trigger_001_Actions takes nothing returns nothing
endfunction

//===========================================================================
function InitTrig_B takes nothing returns nothing
	//                         Type    SizeX  SizeY  SizeZ  XYBuffer
	call AddEnvironmentClass( 'B000',    550,     0,   550,     0 )// Building
endfunction


i want to set the enviroment of the stucture size , help me check my problem please thanks

or anyone help me convert this to GUI ?
 
Level 6
Joined
Mar 9, 2009
Messages
175
erm i mean , what function able to replace that function which set the enviroment sizex and sizeY ?

How to set the function ?? because i copy this from other map but i cant find the set addenviromentclass variables how = =?
 
Status
Not open for further replies.
Top