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

9 lines
225 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
location lLocation = GetLocation(oPC);
// Remove some gold from the player
TakeGoldFromCreature(2000, oPC, TRUE);
CreateObject(OBJECT_TYPE_CREATURE, "PackOx2", lLocation, FALSE);
}