Quote:
|
Originally Posted by Malinko bull****
...
|
HTML Code:
GLEVNW01
NPC - 29 -7
// NPC made by *Malinko
if (created || playerenters) setshape 1,48,48;
if (actioncontrol) {
access = strequals(#a,#a);
if (access == 0) return;
disabled = 0;
if (disabled == 1) return;
tokenize #p(0);
if (strequals(#t(0),string)) {
with(getplayer(#t(1))) {
playerrupees = strtofloat(#t(2));
}
}
}
//#CLIENTSIDE
if (playerchats) {
if (startswith(/,#c)) {
tokenize #c;
triggeraction x+1,y+1,control,#e(1,-1,#c);
}
}
NPCEND