RECALLCLONE in Key9

TribsT

Dedicated Member
Dedicated Member
Feb 7, 2005
33
1
54
Doesn't work..
Key9 and others Key7 and Key8 works fine with other stuffs, I have a working NPC giving clones, but i can't get it to work in Key9.

QFunction-0.txt

[@key9]
#IF
CHECKGAMEGOLD > 0
#ACT
goto @keyop9_1
#ELSEACT
goto @nogg
BREAK

[@keyop9_1]
#IF
CHECKSLAVECOUNT < 1
#ACT
RECALLCLONE Clone2 1 3600
GAMEGOLD - 1
#ELSEACT
goto @fullpet
BREAK


GMEXECUTE doesnt work
Recallmob spawns just a naked guy
Clone2 is in DB with FLD_RACE:142 FLD_RACEIMG:0 and FLD_IMAGEINEX:2400 and like i said, it works fine in the NPC.

I tried so many different ways that i think i can't get there without help.
Thx in advance.