Jump to content
  • 0

Talking NPC/Healer


MrKobi

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/12/14
  • Last Seen:  

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 by MrKobi
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

prontera,155,181,5    script    Sample    757,<x>,<y>,{
OnTouch:
...
...
...
}

edit the value of x and y for the area size.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/12/14
  • Last Seen:  

prontera,155,181,5    script    Sample    757,<x>,<y>,{
OnTouch:
...
...
...
}

edit the value of x and y for the area size.

 

Thanks alot ^_^

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...