then here, i'll add some things to it
NPC Code:
if (playerchats&&startswith(give,#c)&&timevar-strtofloat(#s(this.lastused))>=720) {
tokenize #c;
if (tokenscount==3&&strtofloat(#t(2)) in |1,100|&&playerrupees>=strtofloat(#t(2))&&!strequa ls(#t(1),#a)) {
with (getplayer(#t(1))) {
with (getplayer(#a)) {
playerrupees-=strtofloat(#t(2));
}
playerrupees+=strtofloat(#t(2));
}
addstring this.log,"#a gave #t(1) #t(2)";
}
setplayerprop #c, ;
setstring this.lastused,#v(timevar);
}
i'll go test that :P