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