function event_item_pickup{ if(event_type == event_click || (event_type == event_scan && indicator == _click)) { snd_play(click_wav,100,0); check_for_inventory(my._item); }}action item_pickup{ my.enable_click = on; my.enable_scan = on; my.event = event_item_pickup; }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de