19.03.2013, 12:13
Alright, let's start with the beginning.
If you want to store data for as long as the script is running, you can use variables. A variable is just simply something that holds a value. A value can be, for example, 5. So, if I would have variable 'Coins', and the value of 'Coins' is 5, the variable 'Coins' is worth 5.
And, I'm not sure what you mean with method, but what I know under method, is the way you do something.
If you want to store data for as long as the script is running, you can use variables. A variable is just simply something that holds a value. A value can be, for example, 5. So, if I would have variable 'Coins', and the value of 'Coins' is 5, the variable 'Coins' is worth 5.
And, I'm not sure what you mean with method, but what I know under method, is the way you do something.