o! lol! thx!
+ is there a way to change a players ap? Online playerap=##; doesnt work. It changes, then switches back, you can only change it with RC or wait.
And is there an easier way to heal a player without changing it for a second...?
NPC Code:
if (playertouchsme) {
playerap+=50;
playerhearts+=3;
playerap-=50;
}