Changed folder name.
Changed folder name.
This commit is contained in:
16
_module/nss/ac_legendaryaxes.nss
Normal file
16
_module/nss/ac_legendaryaxes.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "x2_inc_switches"
|
||||
void main()
|
||||
{
|
||||
// Check if we have the correct event firing the script
|
||||
if (GetUserDefinedItemEventNumber() != X2_ITEM_EVENT_ACTIVATE) return;
|
||||
|
||||
object oPC;
|
||||
|
||||
oPC = GetItemActivator();
|
||||
|
||||
object oTarget;
|
||||
oTarget = oPC;
|
||||
|
||||
AssignCommand(oTarget, ActionStartConversation(oPC, "legaxeconv"));
|
||||
|
||||
}
|
Reference in New Issue
Block a user