Amon_PRC8/_module/nss/create_ox1.nss

9 lines
224 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object oPC = GetPCSpeaker();
location lLocation = GetLocation(oPC);
// Remove some gold from the player
TakeGoldFromCreature(500, oPC, TRUE);
CreateObject(OBJECT_TYPE_CREATURE, "PackOx1", lLocation, FALSE);
}