// Used to memorize the state of the laser color after a map exit
user int laser_color_id = 1;

// Used to memorize the powered state of the laser after a map exit
user bool laser_is_active = False;
