Aschbourne_PRC8/_module/q4d_at_conduit5.nss

11 lines
369 B
Plaintext
Raw 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_TIME_STOP);
object oScroll = GetItemPossessedBy(GetPCSpeaker(), "NW_IT_SPARSCR911");
SetLocalObject(OBJECT_SELF, "CURRENT_SPELL_SCROLL", oScroll);
SetLocalObject(OBJECT_SELF, "PC", GetPCSpeaker());
ExecuteScript("q4d_at_conduit1", OBJECT_SELF);
}