This commit is contained in:
SilicaAndPina 2020-07-29 13:22:50 +12:00
commit 4d8d04bc75
1 changed files with 27 additions and 0 deletions

View File

@ -62,6 +62,33 @@ else
instance_destroy(inv_obj);
is_open = false;
}
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="9" enumb="27">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>if(is_open)
{
instance_destroy(inv_obj);
is_open = false;
}
</string>
</argument>
</arguments>