Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if ( _new_primary == -1 && mouse_check_area(_left + 74,_top + 18 + _y_offset,_left + 380,_top + 2 + _y_offset + _height) ) {
  2.             draw_rectangle_spr(_left + 74,_top + 18 + _y_offset,_left + 380,_top + 2 + _y_offset + _height,$4214C5,0.5);
  3.             if ( input_check(key_leftclick) ) {
  4.                 _new_primary = global.__quests[| _i_actual];
  5.                 _new_index = _i_actual;
  6.                 if ( instance_exists(obj_player_town) ) {
  7.                     obj_player_town.quest_menu = false;
  8.                 }
  9.                 input_clear();
  10.             }
  11.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement