Merge branch 'master' of https://bitbucket.org/SilicaAndPina/spaceinator
This commit is contained in:
commit
4d8d04bc75
1 changed files with 27 additions and 0 deletions
|
@ -62,6 +62,33 @@ else
|
||||||
instance_destroy(inv_obj);
|
instance_destroy(inv_obj);
|
||||||
is_open = false;
|
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>
|
</string>
|
||||||
</argument>
|
</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
|
|
Reference in a new issue