npc problem

Mu online season 21 - grand opening
Status
Not open for further replies.

Senture

LOMCN VIP
VIP
Feb 8, 2004
1,529
1
164
Edit: Never mind i forgot to put an npc tag in :S
 
Last edited:

BloodDemon

Golden Oldie
Golden Oldie
Jul 20, 2003
649
19
155
Darlington, UK
code looks stable but i am tired, instead of having

#IF
checkslavecount < 1
#ACT
GoTo @clonenoobmale1
#ELSEACT
GoTo @clonenoobmaleffail

try

#IF
checkslavecount > 0
#ACT
GoTo @clonenoobmaleffail
#ELSEACT
GoTo @clonenoobmale1

Probs wont help but it will help you narrow down your code as you know its not that part if the same thing happans cos they both mean the same thing
 
Upvote 0
Status
Not open for further replies.