View previous topic :: View next topic |
Author |
Message |
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Tue Aug 14, 2007 13:53 Post subject: Spoken text into books in game? |
|
|
Is there any way to capture the spoken text of players in game and through script copy that text into a book that is placed in said player's inventory? I searched around the vault and cannot find anything that does this. Anyone have a thought on how to accomplish it? _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
Disco
Joined: 06 Dec 2006 Posts: 152
|
Posted: Tue Aug 14, 2007 14:41 Post subject: |
|
|
When you wait a while you'll get a SetDescription() function with update 1.69. I assume you are talking about NWN here, btw, not NWN2. |
|
Back to top |
|
|
ShaDoOoW
Joined: 20 Aug 2005 Posts: 584
|
Posted: Tue Aug 14, 2007 15:10 Post subject: |
|
|
and nwnx_chat allow you get the spoken text _________________ Community Patch / NWNX Patch / NWNX Files / NWNX Connect |
|
Back to top |
|
|
Disco
Joined: 06 Dec 2006 Posts: 152
|
Posted: Tue Aug 14, 2007 16:22 Post subject: |
|
|
Yups, or the pattern recognition stuff in NWN. Wish they'd make an input box, though. |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Wed Aug 15, 2007 3:16 Post subject: |
|
|
OK, next question...if I were to try to capture the text with the chat plugin, how the heck would I make it go into a book? _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Wed Aug 15, 2007 3:17 Post subject: |
|
|
Disco wrote: | When you wait a while you'll get a SetDescription() function with update 1.69. I assume you are talking about NWN here, btw, not NWN2. |
Yeah, NWN1. I didnt know they were adding SetDescription, thats handy. That would fill my need, I am sure. Someone already has something like this, according to my players, on the Silver Marches server. You talk and the words are magically scribed into a book or on a sheet of paper in your inventory. Just sounded fun to me. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
FunkySwerve
Joined: 02 Jun 2005 Posts: 377
|
Posted: Wed Aug 15, 2007 3:56 Post subject: |
|
|
Nwnx_functions already has SetDescription, though I don't know if they have it for the Windows version.
Funky |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Wed Aug 15, 2007 7:01 Post subject: |
|
|
Handy that I am running on Linux then, aint it?
I did not know that. I will look into that tomorrow. Thanks. _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
|