Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. x=show_menu('Build a property|Build road|Build a Farm',0);
  2. if x==0
  3. {;
  4. show_menu('Contact Firm A|Contact firm B',0);} //db_entry_get_value_all(Construction_table,2,a),0);
  5. //if construction_company=instance_create(mouse_x,mouse_y,house_cottage);}
  6. if x==2 {
  7. if position_empty(mouse_x,mouse_y)
  8. {draw_sprite_ext(farm,1,mouse_x,mouse_y,1,1,0,-1,0);
  9.  
  10.  
  11. if mouse_check_button(mb_left)
  12. {instance_create(mouse_x,mouse_y,farm);
  13. }
  14. }
  15. }
  16. if x==1 instance_create(mouse_x,mouse_y,road);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement