Quote:
|
Originally Posted by excaliber7388
i'm following many of the rules, but im still having trouble making it all work x_X how could it be so much more 'picky' x_X what else could I be doing wrong, theres no missing ; or {} out or f place, i replaced this. with temp. I formatted everything well, what else could I do?
|
yea, it also notices global variables more often. A few of my movement scripts kept messing up because of staff tool setting the global var for movement handling to -1 or 0, lol. Worked fine in v2 for some reason tho (well... my movements gs2... I'm meaning some other scripts involving the movement handling feature.
Hmm.. is findareanpcs gonna ignore hide() and dontblock()? You can pick up hide through NPC vars, but not dontblock.
I also can't pick up players[i].paused, even though I wanted to rescript the pause system. Will there be any way to make a public flag for a player so I can detect that or will I have to make some weird sort of serverr.paused account list?