diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 1c3b26799..9a41db7ee 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2811,7 +2811,7 @@ has a skill or not, and it can tell you if the level is high enough. Example 1: - f (getskilllv(152)) goto L_HasSkillThrowStone; + if (getskilllv(152)) goto L_HasSkillThrowStone; mes "You don't have Throw Stone"; close; L_HasSkillThrowStone: |