// auto-transcompiled — see *.dnd.json for canonical truth
if(keyboard_check(vk_pagedown))
{

global.bottomline -= 1;
if(global.bottomline < 0)
{
global.bottomline = 0;
}
alarm[1] = 2

}
