Aschbourne_PRC8/_module/nss/q4d_at_conduit2.nss
GetOffMyYarn 69879d6957 Areas and Fixes
Added CCOH and missing areas
Changed some areas to be craftable,
Fixed some on death issues,
Fixed the Gaurd
2024-08-30 11:38:44 -04:00

11 lines
380 B
Plaintext

// Store spell info for spell conduits
void main()
{
SetLocalInt(OBJECT_SELF, "CURRENT_SPELL", SPELL_GREATER_SPELL_MANTLE);
object oScroll = GetItemPossessedBy(GetPCSpeaker(), "NW_IT_SPARSCR912");
SetLocalObject(OBJECT_SELF, "CURRENT_SPELL_SCROLL", oScroll);
SetLocalObject(OBJECT_SELF, "PC", GetPCSpeaker());
ExecuteScript("q4d_at_conduit1", OBJECT_SELF);
}