Is there a script I can use ingame to promote Party1 to leader?
ie /script PromoteToLeader......
Printable View
Is there a script I can use ingame to promote Party1 to leader?
ie /script PromoteToLeader......
/script NewLeader("PartyMemberName")
Im trying that one and nothing is happening....
Also could I use a "party1" as the unit Id?
OK they broke it Ill let you know more as I look it up.
but party1 is the leader
I hav tried everything
/script PromoteToLeader(Party1-10)
/script PromoteToLeader(PLayerName)
/script NewLeader(Party1-10)
/script NewLeader(PlayerName)
ANd none work anymore and I dont knwo when they broke it???
/script PromoteToLeader("beyond")
Partymember with the name beyond will be promoted to the leader
SOB " " will get me everytimeQuote:
Originally Posted by beyond-tec
Grim,
why not try jdraughn's multiboxer addon? it has this sort of functionality built in ;)
functions to promote one member to leader and then inform others of the change
Well to use multiboxer you still need to use the two scripts (as per the readme says)
/script NewLeader("playerName")
and
/script FollowLeader()
I just forget from time to time to use the " "