Amon_PRC8/_module/nss/zq_safe_orc.nss

11 lines
230 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
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));
}