Purge
and
Fire

and
Fire

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

function funcA takes nothing returns nothing
endfunction
function funcB takes nothing returns nothing
endfunction
function start takes func callback returns nothing
call callback()
endfunction
function launch takes nothing returns nothing
call start(function funcA)
call start(function funcB)
endfunction


if (udg_GameStatus == udg_GAME_STATUS_REPLAY) then
return
endif



Reactions: deepstrasz