Fixed PRC AMS events not firing

Fixed PRC AMS events not firing.  Updated release archive.
This commit is contained in:
Jaysyn904
2023-11-04 21:37:49 -04:00
parent 6aa7ab4950
commit 91d10a9f5a
16 changed files with 12257 additions and 1291 deletions

View File

@@ -15,7 +15,6 @@ Intergrated SimTools to the OnPlayerLevelUp Event
void SendMessageToAllPC(string sMessage)
{
ExecuteScript("prc_levelup", OBJECT_SELF);
object oPC = GetFirstPC();
while(GetIsObjectValid(oPC))
{
@@ -90,6 +89,7 @@ else ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_IMP_KNO
//a legal character or not, just delete the // below to use
//DelayCommand(2.0, ExecuteScript("cheatercheck4", oPC));
ExecuteScript("prc_levelup", oPC);
//////////////////////////////////////////////////////////////////////////
//SimTools Languages