diff options
Diffstat (limited to 'npc/functions/hello.txt')
-rw-r--r-- | npc/functions/hello.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hello.txt b/npc/functions/hello.txt index 162a953e..26161c79 100644 --- a/npc/functions/hello.txt +++ b/npc/functions/hello.txt @@ -6,7 +6,7 @@ function script hello { - switch (rand(2)) + switch (rand(3)) { case 0: npctalk3 l("Heya!"); |