Rune_PRC8/_module/nss/fvex_mod_onload.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

11 lines
396 B
Plaintext

#include "x2_inc_switches"
void main()
{
//if you are using another spellscript override you will need to execute the
//"f_vampirespells" script right before returning to the spell. If an altered
//spell is ran by f_vampirespells SetModuleOverrideSpellScriptFinished will be
//set (see x2_inc_switches and x2_inc_spellhook for more info).
//SetModuleOverrideSpellscript("f_vampirespells");
}