Log in

View Full Version : Script Question



Ebola
10-22-2007, 07:07 PM
Is there a script I can use ingame to promote Party1 to leader?

ie /script PromoteToLeader......

grimfandang0
10-22-2007, 07:11 PM
/script NewLeader("PartyMemberName")

Ebola
10-22-2007, 07:34 PM
Im trying that one and nothing is happening....

Also could I use a "party1" as the unit Id?

grimfandang0
10-22-2007, 07:58 PM
OK they broke it Ill let you know more as I look it up.

Djarid
10-23-2007, 03:13 AM
but party1 is the leader

grimfandang0
10-23-2007, 04:02 AM
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???

beyond-tec
10-23-2007, 04:13 AM
/script PromoteToLeader("beyond")

Partymember with the name beyond will be promoted to the leader

grimfandang0
10-23-2007, 04:15 AM
/script PromoteToLeader("beyond")

Partymember with the name beyond will be promoted to the leader

SOB " " will get me everytime

Djarid
10-23-2007, 08:44 AM
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

grimfandang0
10-23-2007, 11:06 AM
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 " "