generated from Jaysyn/ModuleTemplate
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
#include "mali_string_fns"
|
|
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oWidget = GetLocalObject(OBJECT_SELF, "DM_SM_oWidget");
|
|
int iSets = GetLocalInt(oWidget, "iCurrentSets");
|
|
|
|
return (iSets == 1);
|
|
}
|