RoT2_PRC8/_module/nss/aw_shifter_con6.nss

7 lines
131 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
int StartingConditional()
{
if(GetLocalString(GetModule(), "TheShifter") == "ShifterControl")
return TRUE;
return FALSE;
}