deso Posted June 19, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 04/22/12 Last Seen: August 21, 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...
Jaburak Posted June 19, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 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...
Jaburak Posted June 19, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 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 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 04/22/12 Last Seen: August 21, 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 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 5 hours ago 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 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 04/22/12 Last Seen: August 21, 2013 Author Share Posted June 19, 2013 Thank You! Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 19, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 19, 2013 Thank You! You're welcome! Quote Link to comment Share on other sites More sharing options...
Question
deso
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
6 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.