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

11 lines
259 B
Plaintext

void main()
{
object oPC = GetEnteringObject();
object oItemToTake1;
oItemToTake1 = GetItemPossessedBy(oPC, "HornofPaerun");
DestroyObject(oItemToTake1);
CreateItemOnObject("hornofpaerun", oPC);
}