Ragnar Lothbrok Posted September 1, 2012 Posted September 1, 2012 (edited) can i request a freebies npc but the npc detects the gender of the char and it will gives the item for the coresponding gender.. sample : if p = male then goto freebies for male if p = female then goto freebies for female then account base.... thanks in advance... Edited September 1, 2012 by arnie2302 Quote
Emistry Posted September 1, 2012 Posted September 1, 2012 if( !#Claimed ){ if( Sex ){ dispbottom "BOY"; getitem 607,1; }else{ dispbottom "Girl"; getitem 608,1; } set #Claimed,1; } find any freebies npc at forum and edit to your like Quote
Euphy Posted September 1, 2012 Posted September 1, 2012 Search button, please. o.o; if (Sex) goto L_Male; else goto L_Female; Edit: beaten. xD Quote
Question
Ragnar Lothbrok
can i request a freebies npc but the npc detects the gender of the char and it will gives the item for the coresponding gender..
sample :
if p = male then goto freebies for male
if p = female then goto freebies for female
then account base....
thanks in advance...
Edited by arnie23023 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.