Aschbourne_PRC8/_module/nss/q4d_at_conduit8.nss

11 lines
371 B
Plaintext
Raw Permalink Normal View History

2024-06-14 10:48:20 -04:00
// Store spell info for spell conduits
void main()
{
SetLocalInt(OBJECT_SELF, "CURRENT_SPELL", SPELL_TRUE_SEEING);
object oScroll = GetItemPossessedBy(GetPCSpeaker(), "NW_IT_SPARSCR606");
SetLocalObject(OBJECT_SELF, "CURRENT_SPELL_SCROLL", oScroll);
SetLocalObject(OBJECT_SELF, "PC", GetPCSpeaker());
ExecuteScript("q4d_at_conduit1", OBJECT_SELF);
}