• 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!

Repicker hero truble

Status
Not open for further replies.

Spo

Spo

Level 6
Joined
Jun 1, 2009
Messages
122
hi i im still makeing my new hero rpg but i want to add something to my hero picker that i dont know how to do. I want one of my heros to only be picked once then no one else can pick it.but theres a problem with the repicker becuse when i enter the portal to repick i cant seleck the builder.which is the hero that i want to only have one of at a time.Can anyone help?
 
Before you hit the "post"-button, you should check:
1) Are there any grammatical errors / typo's?
2) Is there enough information?

After a point, you press the spacebar and often also enter (makes it easier for everyone ^^) and you don't use a point that much I think :o
And erm... I have no idea how I should solve this, since there is no trigger...
If there is no trigger, there is no way to see what's wrong with it.


  1. Go to the trigger you wish to copy/paste and select it
  2. Above events, you will see the name of the trigger: right-click it and select Copy as text
  3. Now go to the hive, type "[ hidden="Trigger"][ trigger]" - without the spaces - and press CTRL + V (paste)
  4. When that's done, type "[/trigger][/hidden]"
 
You can create a boolean (true/false) variable for that hero, add the condition "variable equal to True" to the pick hero trigger and have it set to True once the hero has been picked.
That way, you'll have the hero picked only if it hasn't been picked before and mark when it's been picked in the memory.
 
Status
Not open for further replies.
Back
Top