Aantioch_Infernum/_module/nss/ohs_keygen.nss

14 lines
267 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
if (GetTag(GetItemActivated()) == "ohs_keygen")
{
object oTarget = GetItemActivatedTarget();
if (!GetIsObjectValid(oTarget)) return;
AssignCommand(oTarget, ClearAllActions());
CreateItemOnObject("ohstowerkey", oTarget);
}
}