summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-29 07:57:59 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-29 07:57:59 +0000
commit613b76cccd9d71a2537d37d0a533afe68205da87 (patch)
tree5dbbc5a4a4ee3a1c380d1349bba8595b12938023 /doc/script_commands.txt
parentb6fcfa0025351cb3853f75c53870ef150e1ad3c6 (diff)
downloadhercules-613b76cccd9d71a2537d37d0a533afe68205da87.tar.gz
hercules-613b76cccd9d71a2537d37d0a533afe68205da87.tar.bz2
hercules-613b76cccd9d71a2537d37d0a533afe68205da87.tar.xz
hercules-613b76cccd9d71a2537d37d0a533afe68205da87.zip
Follow-up to r14311.
Updated script doc for warpparty to describe from_mapname behavior. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14312 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 4e1b124fd..bcb2ca5a5 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -3533,7 +3533,7 @@ See also 'warp'.
---------------------------------------
-*warpparty "<mapname>",<x>,<y>,<party_id>;
+*warpparty "<to_mapname>",<x>,<y>,<party_id>,{"<from_mapname>"};
Warps a party to specified map and coordinate given the party ID, which you can get with
getcharid(1). You can also request another party id given a member's name with getcharid(1,<player_name>).
@@ -3547,6 +3547,8 @@ SavePoint: All party members are warped to the save point of the currently
Leader: All party members are warped to the leader's position. The leader must
be online and in the current map-server for this to work.
+If you specify a from_mapname, warpparty will only affect those on that map.
+
Example:
mes "[Party Warper]";
mes "Here you go!";