(IN DeV) Chat BOT
#1

I'm currently developing my first plugin for pawn. What it does it, get a respone for a chat string. That respone is automated and u need not configure anything I thought it'd be awesome to have this because, we can make Npc's chat on their own.

Currently it only develops response, I can make it voice response too in plugin, but someone already made a simple include/FS (TXT-Voice) for that to use in this. Suggest any more features
Reply
#2

I can't see why do you need any plugin here. It can be done easily with FS.
Reply
#3

Like Amit_B said, it's scriptable in a filterscript. And you can't post threads for unfinished projects in the release sections which you have.
Reply
#4

Quote:
Originally Posted by SWEMike
View Post
Like Amit_B said, it's scriptable in a filterscript. And you can't post threads for unfinished projects in the release sections which you have.
How do u script it in filterscript? and i've seen few plugin discussion threads
Reply
#5

Quote:
Originally Posted by SourceCode
View Post
How do u script it in filterscript? and i've seen few plugin discussion threads
IsPlayerInRangeOfPoint.
GetPlayerFacingAngle.
strfind.

And other functions IMO can do the trick.
Reply
#6

Quote:
Originally Posted by SourceCode
View Post
How do u script it in filterscript? and i've seen few plugin discussion threads
What exactly do you want to know to script in a filterscript?
For a chat bot just use OnPlayerText to read what players write and recognize it as you meant to do in the plugin.
To able voice text, for example, there are sites used to output voice by text, for example ****** Translate. PlayAudioStreamForPlayer could be useful here.

Also, i'm pretty sure that someone has made once a chat bot...
Reply
#7

No, its not what you guys are thinking, but after you insisting i saw a possibililty to do this in pawn , using a function i just saw. not sure if it works
Reply
#8

Quote:
Originally Posted by SourceCode
View Post
No, its not what you guys are thinking, but after you insisting i saw a possibililty to do this in pawn , using a function i just saw. not sure if it works
I know exactly (probably) what you're thinking.
Reply
#9

Quote:
Originally Posted by =WoR=Varth
View Post
I know exactly (probably) what you're thinking.
Good, PM me what ur thinking what i am thinking
Reply
#10

with the socketsplugin + some pawn scripting I can achieve ANYthing that relates to outside input/output. This includes BOTS with voice chat functionality.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)