twinblade-infinity/objects/obj_player_control/Collision_obj_item_nova.gml

5 lines
62 B
Plaintext
Raw Normal View History

global.stock_item = 4;
with (other) {
action_kill_object();
}