RATDOG/_module/nss/at_givehrsesculp.nss
Jaysyn904 d168e90e83 Remade Dungeon Level One: Central
Remade Dungeon Level One: Central.  Added Didiamus' creature overrides.  Full compile.
2023-09-17 23:08:55 -04:00

10 lines
212 B
Plaintext

void main()
{
// Get the PC who is in this conversation.
object oPC = GetPCSpeaker();
// Give 50 experience to the PC.
GiveXPToCreature(oPC, 50);
CreateItemOnObject("itm_dam_scuplt", oPC);
}