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?
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
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 :eek:
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]"
 
Level 12
Joined
Aug 22, 2008
Messages
911
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.
Top