7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
int StartingConditional()
|
|
{
|
|
if(GetLocalString(GetModule(), "TheShifter") == "ShifterControl")
|
|
return TRUE;
|
|
return FALSE;
|
|
}
|