Tweaked items, creatures, and areas
Added 2 new quests to Displaced Valley connected areas.
This commit is contained in:
16
_module/nss/deronunsafe.nss
Normal file
16
_module/nss/deronunsafe.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName deronunsafe
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 1
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("edricskey", GetPCSpeaker(), 1);
|
||||
|
||||
// Set the variables
|
||||
SetLocalInt(GetPCSpeaker(), "deronunsafe", 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user