11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
#include "JS_I0_DMTCHK"
|
|
void main()
|
|
{
|
|
object oPC = GetItemActivator();
|
|
|
|
if (GetTag(GetItemActivated()) == "it_guardstone")
|
|
{
|
|
ExecuteScript("exe_guardstone", oPC);
|
|
return;
|
|
} }
|