MrKobi Posted May 30, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 05/12/14 Last Seen: June 3, 2014 Share Posted May 30, 2014 (edited) 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? Edited May 30, 2014 by MrKobi Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 30, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted May 30, 2014 prontera,155,181,5 script Sample 757,<x>,<y>,{ OnTouch: ... ... ... } edit the value of x and y for the area size. Quote Link to comment Share on other sites More sharing options...
MrKobi Posted June 1, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 05/12/14 Last Seen: June 3, 2014 Author Share Posted June 1, 2014 prontera,155,181,5 script Sample 757,<x>,<y>,{ OnTouch: ... ... ... } edit the value of x and y for the area size. Thanks alot Quote Link to comment Share on other sites More sharing options...
Question
MrKobi
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;
=====================================
but i cant seem what i'm doing wrong can someone please help me?
Edited by MrKobiLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.