generated from Jaysyn/ModuleTemplate
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
object oTarget = GetLocalObject(OBJECT_SELF, "DM_PAA_oPlaceable3");
|
|
|
|
iResult = GetIsObjectValid(oTarget);
|
|
return iResult;
|
|
}
|