diff options
Diffstat (limited to 'world/map/npc/035-2/casino.txt')
-rw-r--r-- | world/map/npc/035-2/casino.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/world/map/npc/035-2/casino.txt b/world/map/npc/035-2/casino.txt new file mode 100644 index 00000000..83759787 --- /dev/null +++ b/world/map/npc/035-2/casino.txt @@ -0,0 +1,12 @@ +// Casino +035-2.gat,34,37,0|script|Slots#4|400, +{ + callfunc "SlotMachine"; + close; +} + +035-2.gat,36,37,0|script|Slots#5|400, +{ + callfunc "SlotMachine"; + close; +} |