RoT2_PRC8/_module/nss/aw_isisbroken.nss

16 lines
448 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
//::///////////////////////////////////////////////
//:: FileName aw_isisbroken
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/12/2003 4:50:33 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
if(!HasItem(GetPCSpeaker(), "TheShifterBroken"))
return FALSE;
return TRUE;
}