before...
NPC Code:
if ((strtofloat(#p(0))>=65&&strtofloat(#p(0))<=90)||( strtofloat(#p(0))>=321&&strtofloat(#p(0))<=346)) addstring client.lunpatexttestis,#p(0);
after...
NPC Code:
if ((strtofloat(#p(0))>=65&&strtofloat(#p(0))<=90)||( strtofloat(#p(0))>=321&&strtofloat(#p(0))<=346)) addstring client.lunpatexttestis,#K(#p(0));
o.O Are you sure thats right? Now it won't return anythign...