partyrecall

woody

New member
Messages
42
Points
0
warp "bossnia_0"+.@i,rand(202,204),rand(202,204);
i want to add party recall for party leader below this script ..

 
As far as I know, there's no "party recall" option.

But you can do 2 things:

1) use warpparty instead of warp, by providing the team id

2) run a loop throught the team members using getpartymember, and warp one by one the members to the same coordinates.

It depends on what you're expecting to do.

 
As far as I know, there's no "party recall" option.

But you can do 2 things:

1) use warpparty instead of warp, by providing the team id

2) run a loop throught the team members using getpartymember, and warp one by one the members to the same coordinates.

It depends on what you're expecting to do.
can giv me the script about the getpartymember, where should i add

 
Look in the script_command doc, that's not complicated. And if you fail doing that, sorry but you gonna have a bad time doing hardest scripts....

 
Back
Top