• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

a few questions.

Status
Not open for further replies.
Level 9
Joined
Jun 7, 2008
Messages
440
I have a couple questions. One: Theres a way to remove the rally point from a structure that sells units. Anyone know how?
And Two: Is there a tutorial on exporting/importing custom scripts? Or if it is even possible?

Thanks in advance.
 
About the rally point search in your GUI triggers u will find it and about the scripts there is instruction on most of them how to import a script but i think there are tutorials if there aren't ask the creator of the script how to import it
 
Yea that works fine and dandy. Ty very much for that. I still was hoping that someone would show me /describe to me how to import custom scripts.

you just need to learn them......

i will tell you what script to use on what variable,but firstly

set variable = (your value)
>use the variable as many times you want until you want to change the variable and than do the custom script
Custom Script: ....(udg_NameOfYourVariable)

>each variable type uses specific custom script...

Point
call RemoveLocation(udg_NameOfYourPointVariable)

Unit Group
call DestroyGroup(udg_NameOfYourUnitGroupVariable)

Player Group
call DestroyForce(udg_NameOfYourPlayerGroupVariable)
>do not use on player group - (All Players)


>this was all for removing leaks so i will put this too

when you create special effect
Special Effect - Destroy (LastCreatedSpecialEffect)

EDIT: damn what a miss.... :/
 
Last edited:
Status
Not open for further replies.
Back
Top