From bf7e0960db2eb78daa809df5ce309157acd5f274 Mon Sep 17 00:00:00 2001 From: Cristian Gonzalez Date: Tue, 5 Aug 2014 10:52:01 +0200 Subject: [PATCH] typo --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 223516a29e..24764bfffa 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -1196,7 +1196,7 @@ does not use 'mes'. npctalk "Look at that you are almost 2nd profession"; end; -Without the use if 'end' it would travel through the labels until the end of the +Without the use of 'end' it would travel through the labels until the next 'end' or the end of the script. If you were lvl 10 or less, you would see all the speech lines, the use of 'end' stops this, and ends the script.