deso Posted June 19, 2013 Share Posted June 19, 2013 Guys how do I put token on a player. I tried @set Treasure_Token 120 but don't work any idea? Quote Link to comment Share on other sites More sharing options...
Anakid Posted June 19, 2013 Share Posted June 19, 2013 #set <Char Name> #Treasure_Token 120 How about adding it to my self? @set #Treasure_Token 120 Quote Link to comment Share on other sites More sharing options...
Anakid Posted June 19, 2013 Share Posted June 19, 2013 #set <Char Name> #Treasure_Token 120 Quote Link to comment Share on other sites More sharing options...
deso Posted June 19, 2013 Author Share Posted June 19, 2013 #set <Char Name> #Treasure_Token 120 How about adding it to my self? Quote Link to comment Share on other sites More sharing options...
Patskie Posted June 19, 2013 Share Posted June 19, 2013 Adding 10 token points on a player when he or she click the npc. So the main answer is #Treasure_Token prontera,150,150,0 script Token 100,{ #Treasure_Token = #Treasure_Token + 10; dispbottom "You now have " +#Treasure_Token+ " tokens"; end; } Quote Link to comment Share on other sites More sharing options...
deso Posted June 19, 2013 Author Share Posted June 19, 2013 Thank You! Quote Link to comment Share on other sites More sharing options...
Anakid Posted June 19, 2013 Share Posted June 19, 2013 Thank You! You're welcome! Quote Link to comment Share on other sites More sharing options...
Guys how do I put token on a player. I tried @set Treasure_Token 120 but don't work any idea?
Link to comment
Share on other sites