Merge pull request #89 from anubisK/master

Typo on doc/script_commands.txt
This commit is contained in:
Cydh Ramdh 2014-08-05 16:38:39 +07:00
commit a1e53caa71

View File

@ -1196,7 +1196,7 @@ does not use 'mes'.
npctalk "Look at that you are almost 2nd profession"; npctalk "Look at that you are almost 2nd profession";
end; 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 end of the
script. If you were lvl 10 or less, you would see all the speech lines, the use 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. of 'end' stops this, and ends the script.