Further file organization
Further file organization
This commit is contained in:
11
nwn/nwnprc/trunk/newspellbook/true_tru_sayname.nss
Normal file
11
nwn/nwnprc/trunk/newspellbook/true_tru_sayname.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "true_inc_trufunc"
|
||||
//#include "prc_alterations"
|
||||
#include "inc_dynconv"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oTrueSpeaker = OBJECT_SELF;
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
|
||||
StartDynamicConversation("true_saynam_conv", oTrueSpeaker, DYNCONV_EXIT_NOT_ALLOWED, FALSE, TRUE, oTrueSpeaker);
|
||||
}
|
Reference in New Issue
Block a user