Normic
|
  |
| Joined: 01 Apr 2013 |
| Total Posts: 618 |
|
|
| 06 May 2013 08:57 AM |
I am making a war game and every 50 levels I want to award the player with a Badge and a T-Shirt that has an emblen on to show they reached that level.
But is it possible to award a T-Shirt. If so, how can I do that. |
|
|
| Report Abuse |
|
|
| |
|
Looah
|
  |
| Joined: 22 Feb 2013 |
| Total Posts: 922 |
|
|
| 06 May 2013 09:00 AM |
no you can not award a t-shirt and if you want to give them a badge for your thing, just do level % 50, and if it is suddenly moved do +1, and award them the badge according to the +1'd number :i
public bool cats = !stupid; //for lua users : cats = not stupid |
|
|
| Report Abuse |
|
|