PRC8/trunk/epicspellscripts/at_contingentreu.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

14 lines
431 B
Plaintext

//:://////////////////////////////////////////////
//:: FileName: "at_contingentreu"
/* Purpose: This calls the "contingent_reun" script, which is the true script
for the Contingent Reunion spell.
*/
//:://////////////////////////////////////////////
//:: Created By: Boneshank
//:: Last Updated On:
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("contingent_reun", GetPCSpeaker());
}