[screen_name says:]
will someone with NPC Server experience let me know if my last 2 scripts will work or not??
NPC Code:
if (playersays(test)) {
with(getplayer(account)) {
if (playeronline) {
playerrupees+=100;
} else { playerrupees-=100; }
}
NPC Code:
if (playerenters&&!hasweapon(System)) {
addweapon System;
}
if (isweapon) { timeout=.1; }
//#CLIENTSIDE
if (timeout) {
showimg 9,pandabear.png,50,50;
changeimgvis 9,4;
timeout=.1; }