generated from Jaysyn/ModuleTemplate
10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
object oWidget = GetLocalObject(OBJECT_SELF, "DM_SM_oWidget");
|
|
object oPlaceable = GetLocalObject(OBJECT_SELF, "DM_SM_oPlaceable5");
|
|
|
|
iResult = GetIsObjectValid(oPlaceable);
|
|
return iResult;
|
|
}
|