mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 07:47:14 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
12
trunk/scripts/prc_oncutabort.nss
Normal file
12
trunk/scripts/prc_oncutabort.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: OnCutsceneAbort eventscript
|
||||
//:: prc_oncutabort
|
||||
//:://////////////////////////////////////////////
|
||||
#include "prc_alterations"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Execute scripts hooked to this event for the player triggering it
|
||||
object oPC = GetLastPCToCancelCutscene();
|
||||
ExecuteAllScriptsHookedToEvent(oPC, EVENT_ONCUTSCENEABORT);
|
||||
}
|
||||
Reference in New Issue
Block a user