Quote:
|
Originally Posted by steve2
Keep trying and scripting and if u got any Questions about any scripts or such just feel free to post them here  ]
|
I have a question. What happens when someone tries to use showimg with a noninteger index? Because that's what you're attempting to do, though your line
Quote:
NPC Code:
this.a = (this.a < 10) ? (this.a + 0.5) : this.a = 0;
|
isn't quite doing what you think it will.