CodenameG
New Member
- Joined
- Jan 15, 2010
- Messages
- 38,364
- Reaction score
- 231
yea, your doing it wrong, the method i wrote requires a variable.
you need to call it like this.
declaring it outside wont work at all. it shouldnt of even compiled for you.
change it and see if that works.
you need to call it like this.
Code:
SellItem("Living Seed");
change it and see if that works.