View previous topic :: View next topic |
Author |
Message |
lostdreamz
Joined: 19 Nov 2006 Posts: 26
|
Posted: Tue Jul 31, 2007 19:52 Post subject: Talking back |
|
|
Hi its me again
I have written several pugins and have them working fine but I have no idea how to talk back to NWN 2. I am deleting characters and sometimes it fails which is logged but the players have no idea if it worked or not. Is there a way to return a status from a plugin.
Thanks for all your hard work
Lostdreamz (owner World of Desire) |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Wed Aug 01, 2007 21:52 Post subject: |
|
|
Sure, most plugins return some kind of value. In NWNX 1.08, you just have to return a value in one of the NWNX* functions, e.g. return(1) in NWNXGetInt. _________________ Papillon |
|
Back to top |
|
|
|