Pixel-Composer/objects/o_dialog_scrollbox/Destroy_0.gml
2023-10-27 18:55:31 +07:00

6 lines
112 B
Plaintext

/// @description init
event_inherited();
if(initVal > -1)
scrollbox.onModify(initVal);
scrollbox.open = false;