Aantioch_Infernum/_module/nss/it_guardstone.nss

11 lines
225 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
#include "JS_I0_DMTCHK"
void main()
{
object oPC = GetItemActivator();
if (GetTag(GetItemActivated()) == "it_guardstone")
{
ExecuteScript("exe_guardstone", oPC);
return;
} }