ID:150129
Dec 8 2001, 5:24 pm
|
|
Is their any tutorial or guide on how to make an icon change when a user gets to a sertain stat ?
|
Dec 8 2001, 5:29 pm
|
|
I'm not any good with coding, but I do know a bit of code here and there. First you need to use an IF statement. Like say if the stat was strength and at 25 or something, you would write the code for: IF user STRENGTH is greater than 25. Then under that you would put the code for changing the user icon to whatever you want.
|
In response to Foomer
|
|
mob/proc/Change()
if(var >= 10) ^ | WHAT VAR, YOU HAVEN'T SAID WHAT VAR!!! |
In response to Radditz234
|
|
That code was an example, just make your own code that uses your vars.
|