Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
10
_module/nss/wa_activate.nss
Normal file
10
_module/nss/wa_activate.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
if (GetTag(GetItemActivated()) == "BlessWand")
|
||||
{
|
||||
SetLocalObject(GetItemActivator(), "BlessTarget", GetItemActivatedTarget());
|
||||
SetLocalLocation(GetItemActivator(), "BlessLocation", GetItemActivatedTargetLocation());
|
||||
SendMessageToAllDMs("Activated by: " + ObjectToString(GetItemActivator()));
|
||||
AssignCommand(GetItemActivator(), ActionStartConversation(GetItemActivator(), "wa_bless", TRUE));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user