• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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