PRC8/trunk/epicspellscripts/at_contingentreu.nss

14 lines
431 B
Plaintext
Raw Normal View History

//:://////////////////////////////////////////////
//:: 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());
}