[screen_name says:]
lets see, another question
with the "with(getplayer(account))" command, will it still do something even if they are offline
NPC Code:
if (playersays(test)) {
with(getplayer(account)) {
if (playeronline) {
playerrupees+=100;
} else { playerrupees-=100; }
}
why else would Stefan add the flag, playeronline??