mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 11:17:14 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
13
trunk/epicspellscripts/at_contreu_tdead.nss
Normal file
13
trunk/epicspellscripts/at_contreu_tdead.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: FileName: "at_contreu_*****"
|
||||
/* Purpose: These scripts set the variable for use in the Contingent Reunion
|
||||
spell. The variable is the condition that will trigger the teleportation
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Boneshank
|
||||
//:: Last Updated On:
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(GetPCSpeaker(), "nReunionTrigger", 10);
|
||||
}
|
||||
Reference in New Issue
Block a user