Ragnar Lothbrok Posted September 1, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted September 1, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted September 1, 2012 Search button, please. o.o; if (Sex) goto L_Male; else goto L_Female; Edit: beaten. xD Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted September 1, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Author Share Posted September 1, 2012 thanks guys..XD Quote Link to comment Share on other sites More sharing options...
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 arnie2302Link to comment
Share on other sites
3 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.