Initial upload
Initial upload
This commit is contained in:
19
_module/nss/speedcast.nss
Normal file
19
_module/nss/speedcast.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
/*--------------------------------------------------------
|
||||
|
||||
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);
|
||||
}
|
Reference in New Issue
Block a user