Advertisement
Guest User

i dun goofed

a guest
Jul 1st, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if position_meeting(x,y,o_xar) and (!instance_exists(H_o_xar))
  2.     {
  3.     instance_create(378,340,H_o_xar);
  4.     }
  5. else
  6.     {
  7.     if (!position_meeting(x,y,o_xar)) and (instance_exists(H_o_xar))
  8.         {
  9.         with (H_o_xar) instance_destroy()
  10.         }
  11.     else
  12.     {
  13.     if position_meeting(x,y,o_cyn) and (!instance_exists(H_o_cyn))
  14.     {
  15.     instance_create(378,340,H_o_cyn);
  16.     }
  17. else
  18.     {
  19.     if (!position_meeting(x,y,o_cyn)) and (instance_exists(H_o_cyn))
  20.         {
  21.         with (H_o_cyn) instance_destroy()
  22.         }
  23.     else
  24.     {
  25.     if position_meeting(x,y,o_gla) and (!instance_exists(H_o_gla))
  26.     {
  27.     instance_create(378,340,H_o_gla);
  28.     }
  29. else
  30.     {
  31.     if (!position_meeting(x,y,o_gla)) and (instance_exists(H_o_gla))
  32.         {
  33.         with (H_o_gla) instance_destroy()
  34.         }
  35.     else
  36.     {
  37.     if position_meeting(x,y,o_iio) and (!instance_exists(H_o_iio))
  38.     {
  39.     instance_create(378,340,H_o_iio);
  40.     }
  41. else
  42.     {
  43.     if (!position_meeting(x,y,o_iio)) and (instance_exists(H_o_iio))
  44.         {
  45.         with (H_o_iio) instance_destroy()
  46.         }
  47.     else
  48.     {
  49.     if position_meeting(x,y,o_jap) and (!instance_exists(H_o_jap))
  50.     {
  51.     instance_create(378,340,H_o_jap);
  52.     }
  53. else
  54.     {
  55.     if (!position_meeting(x,y,o_jap)) and (instance_exists(H_o_jap))
  56.         {
  57.         with (H_o_jap) instance_destroy()
  58.         }
  59.     else
  60.     {
  61.     if position_meeting(x,y,o_aze) and (!instance_exists(H_o_aze))
  62.     {
  63.     instance_create(378,340,H_o_aze);
  64.     }
  65. else
  66.     {
  67.     if (!position_meeting(x,y,o_aze)) and (instance_exists(H_o_aze))
  68.         {
  69.         with (H_o_aze) instance_destroy()
  70.         }
  71.     else
  72.     {
  73.     if position_meeting(x,y,o_ven) and (!instance_exists(H_o_ven))
  74.     {
  75.     instance_create(378,340,H_o_ven);
  76.     }
  77. else
  78.     {
  79.     if (!position_meeting(x,y,o_ven)) and (instance_exists(H_o_ven))
  80.         {
  81.         with (H_o_ven) instance_destroy()
  82.         }
  83.     else
  84.     {
  85.     if position_meeting(x,y,o_pen) and (!instance_exists(H_o_pen))
  86.     {
  87.     instance_create(378,340,H_o_pen);
  88.     }
  89. else
  90.     {
  91.     if (!position_meeting(x,y,o_pen)) and (instance_exists(H_o_pen))
  92.         {
  93.         with (H_o_pen) instance_destroy()
  94.         }
  95.     else
  96.     {
  97.     if position_meeting(x,y,o_pyr) and (!instance_exists(H_o_pyr))
  98.     {
  99.     instance_create(378,340,H_o_pyr);
  100.     }
  101. else
  102.     {
  103.     if (!position_meeting(x,y,o_pyr)) and (instance_exists(H_o_pyr))
  104.         {
  105.         with (H_o_pyr) instance_destroy()
  106.         }
  107.     }
  108.     }
  109.     }
  110.    
  111.  
  112.     }
  113.     }
  114.    
  115.  
  116.     }
  117.     }
  118.    
  119.  
  120.     }
  121.     }
  122.    
  123.  
  124.     }
  125.     }
  126.    
  127.  
  128.     }
  129.     }
  130.    
  131.  
  132.     }
  133.     }
  134.    
  135.  
  136.     }
  137.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement