Amon_PRC8/_module/nss/ahkmobscheck.nss

19 lines
549 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName ahkmobscheck
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/22/2009 2:12:15 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if (!(GetLocalInt(GetModule(), "AhkMobs") == 0))
return FALSE;
if (GetItemPossessedBy(GetPCSpeaker(), "dcq07") == OBJECT_INVALID)
return FALSE;
return TRUE;
}