Aantioch_Infernum/_module/nss/deronunsafe.nss

17 lines
453 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: 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);
}