mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-24 18:54:44 -05:00
13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
/// @description CLICKEDY CLICK
|
|
|
|
own_prev = own;
|
|
|
|
if (++own > 2/*4*/)
|
|
own = 0;
|
|
|
|
progress_update();
|
|
|
|
global.various_to = own;
|
|
|
|
click_slot(own);
|