Amon_PRC8/_module/nss/zq_safe_orc.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

11 lines
230 B
Plaintext

void main()
{
object oItemToTake1;
oItemToTake1 = GetItemPossessedBy(OBJECT_SELF, "zq_item_02");
DestroyObject(oItemToTake1);
CreateItemOnObject("zq_item_02", OBJECT_SELF, 1);
DelayCommand(15.0, SetLocked(OBJECT_SELF, TRUE));
}