Hello
While adding some npc i wanted something different.
i made a healer named "Emy" and a Warper named "Clyde"
So what i wanted was to make them speak automaticly when someone got in there sight.
===================================== end; OnTouch: .@interval = 5;
npctalk callfunc( "F_RandMes", 2,
"I'm Emy,. i'm the Healer. ", // 1
"And Clyde is the warper" // 2
end;
}
=====================================
but i cant seem what i'm doing wrong can someone please help me?