Added Corrected Char Sheet XP script by -=HA=-

Added Corrected Char Sheet XP script by -=HA=-.  Updated a few NPC onDeath scripts to use point at the correct XP scripts.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-10-21 15:19:44 -04:00
parent 3e6f2fee03
commit 6685b7ca0d
31 changed files with 395 additions and 318 deletions

View File

@@ -466,7 +466,7 @@ if(GetLocalInt(GetModule(), "COLORS_OK")==1)
//Turn their channel to talk..
SetPCChatVolume(TALKVOLUME_TALK);
//Tell the PC the DMs are not recieving messages..
SetPCChatMessage("The DM has turned off Party Chat temporarialy.");
SetPCChatMessage("The DM has turned off Party Chat temporarily.");
}
}
@@ -480,7 +480,7 @@ if(GetLocalInt(GetModule(), "COLORS_OK")==1)
//Turn their channel to talk..
SetPCChatVolume(TALKVOLUME_TALK);
//Tell the PC the DMs are not recieving messages..
SetPCChatMessage("The DM has turned off DM tells temporarialy.");
SetPCChatMessage("The DM has turned off DM tells temporarily.");
}
}