forked from Jaysyn/PRC8
14 lines
431 B
Plaintext
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());
|
|
}
|