Files
LoD_PRC8/_module/nss/0c_h_cast_spell.nss
Jaysyn904 cb6455825b 2025/12/19 Update
Added PEPS.
Updated nim tools.
Hooked up new GUI event.
Added PRC8 Discord journal entry.
Full compile.
2025-12-19 23:28:23 -05:00

13 lines
492 B
Plaintext

/*//////////////////////////////////////////////////////////////////////////////
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")));
}