i do believe this is the problem
Quote:
// NPC made by ÑÃ*ñgñøñg,brb scripting
timereverywhere;
if (timeout||playerenters) {
myfish = strtofloat(#s(smyfish));
timeout = .05;
}
if (playerchats&&strequals(#c,sell Fish)&&myfish=>1){
playerrupees+=myfish/0.5;sleep.05;
myfish=0;setplayerprop #c,Sold Fish;
setstring smyfish,#v(myfish);
}
|
umm... just wondering why are using a var if u can just use the strings themselves

i do believe thats the problem
maybe use setstring smyfish,;