Updated DM Spirit NPC conversation

Updated DM Spirit NPC conversation.  Updated release archive.
This commit is contained in:
Jaysyn904
2025-03-24 19:44:11 -04:00
parent 35c436c63f
commit 39e766ef24
8 changed files with 572 additions and 9 deletions

View File

@@ -24,9 +24,10 @@ void main()
object oPC = GetPCSpeaker();
RemoveXPFromParty(10000, oPC, FALSE);
//RemoveXPFromParty(10000, oPC, FALSE);
SetXP(oPC, 1);
AssignCommand(oPC, TakeGoldFromCreature(100000, oPC, TRUE));
}