what would be the action to add to tokens? Their listed as "Bonus_points" in CQ_User , so i thought it would be bonus_points += 100 or w.e , but its not doing anything when i try doing this?
try token or tokensQuote:
what would be the action to add to tokens? Their listed as "Bonus_points" in CQ_User , so i thought it would be bonus_points += 100 or w.e , but its not doing anything when i try doing this?
(based off murtahs auto ep)Quote:
3967721 3967722 0 1001 0 bonus_points += 10
3967722 0 0 1010 2005 Divinity~Points~Earned!!
yeah, also possible ....Quote:
3967721 3967722 0 1001 0 bonus_points += 10
you should change that code into this
3967721 3967722 0 1001 0 bonuspoint += 10
3967721 3967722 0 1001 0 bonus_points += 10
you should change that code into this
3967721 3967722 0 1001 0 bonuspoint += 10