• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

How To Make Auto xp Gain(Simple Way)

Status
Not open for further replies.
Next time, plz dont post ur question in other thread.
For the custom script, I think they represent for the JASS code in the Trigger Editor (in case u dont have JASS u can use them instead).
 
what does the custom script really do. i found it difficult to mke this script....:ogre_rage:

the 'set bj_wantDestroyGroup = true' is used to destroy any 'Unit group' below that script.

right click on the action and choose 'New Action' then on the dropdown menu, search for 'Custom Script'. and there will be a line that say 'Script Code' underlined, click it and type the 'set bj_wantDestroyGroup = true' just like you type any other words, just remember not to do any typo, type it with proper case (so it must be 'set' not 'Set') or else the script will give you a compiler error.
 
Next time, plz dont post ur question in other thread.
For the custom script, I think they represent for the JASS code in the Trigger Editor (in case u dont have JASS u can use them instead).
To make it more clear (or more confusing, whatever you prefer :D): Custom scripts are a way to write JASS directly in GUI.
The thing is that GUI is the exact same thing as JASS, but then with a lay-out and some buttons. GUI only has a limited capability though (not all functions have been converted to the buttons you're used to), so you solve that incapability by using custom scripts :).

And everyone "has" JASS. Warcraft 3 cannot read GUI, it can only read JASS.

You can if you put "+20" in the comment.
Don't confuse people, you really can't :).
Moderators can choose how many rep to give (from -12 rep to +12 rep). Admins can (probably) give unlimited rep.
As a regular user: the more rep you have, the more rep you give when pressing the "rep"-button.
 
To make it more clear (or more confusing, whatever you prefer :D): Custom scripts are a way to write JASS directly in GUI.
The thing is that GUI is the exact same thing as JASS, but then with a lay-out and some buttons. GUI only has a limited capability though (not all functions have been converted to the buttons you're used to), so you solve that incapability by using custom scripts :).

And everyone "has" JASS. Warcraft 3 cannot read GUI, it can only read JASS.


Don't confuse people, you really can't :).
Moderators can choose how many rep to give (from -12 rep to +12 rep). Admins can (probably) give unlimited rep.
As a regular user: the more rep you have, the more rep you give when pressing the "rep"-button.

sorry i write wrong
 
Status
Not open for further replies.
Back
Top