Fixed PRC AMS events not firing
Fixed PRC AMS events not firing. Updated release archive.
This commit is contained in:
@@ -21,8 +21,6 @@ effect eEffect;
|
||||
//Main Script
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_rest", OBJECT_SELF);
|
||||
|
||||
//Declare Major Variables
|
||||
object oPC=GetLastPCRested();
|
||||
object oPlayer = oPC;
|
||||
@@ -214,6 +212,7 @@ if(GetLocalInt(GetModule(), "MULTI")==TRUE)
|
||||
ExecuteScript("powerimmortal", oPC);
|
||||
}
|
||||
|
||||
ExecuteScript("prc_rest", oPC);
|
||||
|
||||
//Your code goes here. (This happens when the PC is done resting..)
|
||||
|
||||
|
Reference in New Issue
Block a user