Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
8
_module/nss/dlgx_mark_select.nss
Normal file
8
_module/nss/dlgx_mark_select.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "nwnx_dialog"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetLocalString(oPC, "DLGX_LAST_SELECTION", NWNX_Dialog_GetCurrentNodeText());
|
||||
SetLocalInt(oPC, "DLGX_LAST_SELECTION_INDEX", NWNX_Dialog_GetCurrentNodeIndex());
|
||||
// save current text in some local
|
||||
}
|
||||
Reference in New Issue
Block a user