Jaysyn904 4dba880acb Added ACP v4.1
Added ACP v4.1. Full compile.  Updated module name.  Updated release archive.
2024-09-08 18:23:43 -04:00

20 lines
540 B
Plaintext

/*--------------------------------------------------------
Script Name: speedcast
----------------------------------------------------------
Created By: Genisys(Guile)
Created On: 4/23/09
----------------------------------------------------------
This script fires another script on the PC having them
cast all of their buffs at once, open up the script
"exc_speedcast" for more definition.
----------------------------------------------------------*/
void main()
{
object oPC = GetPCSpeaker();
ExecuteScript("exc_speedcast", oPC);
}