2025/07/20 Update

Added PEPS AI.
Full compile.
This commit is contained in:
Jaysyn904
2025-07-20 19:17:01 -04:00
parent e5fe988914
commit 47c7459fb9
1917 changed files with 44512 additions and 792 deletions

View File

@@ -0,0 +1,12 @@
/*//////////////////////////////////////////////////////////////////////////////
Script: 0c_cast_spell
Programmer: Philos
////////////////////////////////////////////////////////////////////////////////
Action taken script that sets the specified spell to be cast.
Param
nSpell - the spell to cast.
*///////////////////////////////////////////////////////////////////////////////
void main()
{
SetLocalInt (OBJECT_SELF, "0_SPELL_TO_CAST", StringToInt (GetScriptParam ("nSpell")));
}