From 1de61b3479a2c218106f495b954a7709317cf94e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 6 May 2021 06:51:09 -0300 Subject: Fix undeclared function --- npc/functions/slot_machine.txt | 6 +++--- 1 file 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) -- cgit v1.2.3-60-g2f50