mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 09:44:16 -05:00
19 lines
423 B
Plaintext
19 lines
423 B
Plaintext
///lock_create(obj_id)
|
|
|
|
global.selecting = argument0;
|
|
|
|
selected_set(argument0);
|
|
|
|
if (!instance_exists(obj_lock))
|
|
with (instance_create_depth(x, y, depth-1, obj_lock))
|
|
{
|
|
plus = button_create(0, 0, but.plus);
|
|
minus = button_create(0, 0, but.minus);
|
|
|
|
info = button_create(0, 0, but.info);
|
|
area = button_create(0, 0, but.area);
|
|
}
|
|
|
|
button_update_all();
|
|
|
|
selected_output(); |