Aantioch_Infernum/_module/nss/tbsnkeygen.nss

14 lines
262 B
Plaintext
Raw Normal View History

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