summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-06 06:51:09 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-06 06:51:09 -0300
commit1de61b3479a2c218106f495b954a7709317cf94e (patch)
tree6fa5a2597d063a0562cbd38df9aed01a0595e443
parente43ce193630e342d66d3e5dc8fc438c88f5e851e (diff)
downloadserverdata-1de61b3479a2c218106f495b954a7709317cf94e.tar.gz
serverdata-1de61b3479a2c218106f495b954a7709317cf94e.tar.bz2
serverdata-1de61b3479a2c218106f495b954a7709317cf94e.tar.xz
serverdata-1de61b3479a2c218106f495b954a7709317cf94e.zip
Fix undeclared function
-rw-r--r--npc/functions/slot_machine.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/slot_machine.txt b/npc/functions/slot_machine.txt
index 4b721813..0d7e4d39 100644
--- a/npc/functions/slot_machine.txt
+++ b/npc/functions/slot_machine.txt
@@ -44,9 +44,9 @@ L_Play:
.@Temp2 = rand(7);
.@Temp3 = rand(7);
//mes "Numbers: " + .@Temp1 + "/" + .@Temp2 + "/" + .@Temp3 + ".";
- symbol(.@Temp1);
- symbol(.@Temp2);
- symbol(.@Temp3);
+ SlotMachineSymbol(.@Temp1);
+ SlotMachineSymbol(.@Temp2);
+ SlotMachineSymbol(.@Temp3);
next;
if (.@Temp1 != .@Temp2)