• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • The Hive's 34th Texturing Contest: Void is now concluded, time to vote for your favourite set of icons! Click here to vote!

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