Areas and Fixes
Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
This commit is contained in:
10
_module/nss/q4d_at_conduit10.nss
Normal file
10
_module/nss/q4d_at_conduit10.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
// Store spell info for spell conduits
|
||||
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "CURRENT_SPELL", SPELL_MORDENKAINENS_DISJUNCTION);
|
||||
object oScroll = GetItemPossessedBy(GetPCSpeaker(), "NW_IT_SPARSCR901");
|
||||
SetLocalObject(OBJECT_SELF, "CURRENT_SPELL_SCROLL", oScroll);
|
||||
SetLocalObject(OBJECT_SELF, "PC", GetPCSpeaker());
|
||||
ExecuteScript("q4d_at_conduit1", OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user