generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
16
_module/nss/lucifierstone4.nss
Normal file
16
_module/nss/lucifierstone4.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
object oTarget;
|
||||
oPC = GetItemActivator();
|
||||
|
||||
//The PC will technically start a conversation with himself
|
||||
//You should add some odd little sound to the first line in the
|
||||
//conversation file, or the PC will give his normal voicegreeting.
|
||||
|
||||
oTarget = oPC;
|
||||
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, "luc_convo_a"));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user