forked from Jaysyn/PRC8
18 lines
513 B
Plaintext
18 lines
513 B
Plaintext
|
/*:://////////////////////////////////////////////
|
||
|
//:: Name Clear All Actions
|
||
|
//:: FileName SMP_1_clearact
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Spell Effects Applied / Notes
|
||
|
//:://////////////////////////////////////////////
|
||
|
This just can be executed on a target so they call ClearAllActions
|
||
|
immediantly.
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Jasperre
|
||
|
//::////////////////////////////////////////////*/
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ClearAllActions();
|
||
|
return;
|
||
|
}
|