I'm getting this error when loading my npc
[Warning]: npc_parseview: Invalid NPC constant '723ü' specified in file 'npc/cus
tom/move/event/poring.txt', line'57'. Defaulting to INVISIBLE_CLASS.
[Warning]: npc_parseview: Invalid NPC constant '723ü' specified in file 'npc/cus
tom/move/event/poring.txt', line'70'. Defaulting to INVISIBLE_CLASS.
and this is the script
paradise,143,87,1 script Time Portal#porev 723,2,2,2,{
specialeffect 300;
sleep2 1000;
warp "morocc_o",159,95;
end;
OnInit:
disablenpc "Time Portal#porev";
end;
}
morocc_o,159,112,1 script Time Portal#porev3 723,2,2,2,{
specialeffect 300;
sleep2 1000;
warp "paradise",143,101;
end;
}
not sure where its getting the 723ü <-----u from
thanks