Draw_0.gml 52 B

1234567
  1. if chat
  2. {
  3. draw_self();
  4. exit;
  5. }
  6. event_inherited();