Add more crafitng

This commit is contained in:
SilicaAndPina 2020-09-10 12:30:19 +12:00
parent 374a987b10
commit aaff749236
4 changed files with 219 additions and 2 deletions

View file

@ -30,6 +30,31 @@
move_slot = false;
selected_item = 0;
selected_total = 0;
crafting_final_object = instance_create(0,0,obj_crafting_final);
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="1" enumb="0">
<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>instance_destroy(crafting_final_object);
</string>
</argument>
</arguments>
@ -52,8 +77,8 @@ selected_total = 0;
<arguments>
<argument>
<kind>1</kind>
<string>x = view_xview[0]+view_wview[0]/2 - (424/2);
y = view_yview[0]+view_hview[0]/2 - (254/2) - 200;
<string>x = view_xview[0]+view_wview[0]/2 - (424/2) + 90;
y = view_yview[0]+view_hview[0]/2 - (254/2) - 150;
var i = 0;