View Single Post
  #3  
Old 12-02-2005, 10:01 PM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
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.
Reply With Quote