HELP PP Points

09/17/2010 04:51 BetuDM#1
What is the param to add PP to chars? set it on monsters? example, to do it on eps its 'e_money += count' what is the count to PP ? tanks
09/17/2010 04:55 San-Goku#2
Quote:
Originally Posted by BetuDM View Post
What is the param to add PP to chars? set it on monsters? example, to do it on eps its 'e_money += count' what is the count to PP ? tanks
emoney2..at cq_user..scroll at back...
09/17/2010 05:10 King_Arthur#3
Quote:
Originally Posted by BetuDM View Post
What is the param to add PP to chars? set it on monsters? example, to do it on eps its 'e_money += count' what is the count to PP ? tanks
Inside cq_action you would use 'token_emoney += count' for PPs.
09/17/2010 09:13 ~WARNING~#4
thanks arthur, i needed that for my friend.