Difference between revisions of "Save point"
From Hercules Wiki
(Created page with "==Syntax== *'''save''' <"map name">, <x>, <y>; *'''savepoint''' <"map name">, <x>, <y>; ==Description== This command stores the location, where the [[RID#Usage|invoking chara...") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
− | |||
*'''savepoint''' <"map name">, <x>, <y>; | *'''savepoint''' <"map name">, <x>, <y>; | ||
==Description== | ==Description== | ||
− | This command stores the location, where the [[RID#Usage|invoking character]] will be warped to, when re-spawning after death, getting warped out of a [[WoE]] castle or using skill Teleport Lv2. Map flags, which would otherwise prohibit setting a save point or warping to a map, are ignored by this script command | + | This command stores the location, where the [[RID#Usage|invoking character]] will be warped to, when re-spawning after death, getting warped out of a [[WoE]] castle or using skill Teleport Lv2. Map flags, which would otherwise prohibit setting a save point or warping to a map, are ignored by this script command. |
==Examples== | ==Examples== |
Latest revision as of 05:05, 11 November 2014
Syntax
- savepoint <"map name">, <x>, <y>;
Description
This command stores the location, where the invoking character will be warped to, when re-spawning after death, getting warped out of a WoE castle or using skill Teleport Lv2. Map flags, which would otherwise prohibit setting a save point or warping to a map, are ignored by this script command.
Examples
mes "[Kafra Employee]"; mes "Your Respawn Point"; mes "has been saved here"; mes "in the city of Payon."; mes "Thank you for using"; mes "the Kafra Services."; savepoint "payon", 257, 242; close2; cutin "", 255; end;