FNFFD Functions
scr_cbounce(firstbeat: Int,secondbeat: Int,thirdbeat: Int,fourthbeat: Int,frequency: Int)
function onCreatePost()
scr_cbounce(5,5,5,5,2)
endscr_drawcd(x: Int, y: Int)
function onCreatePost()
scr_drawcd(170,303)
endscr_charpos(badguyX: Int, badguyY: Int, playerX: Int, playerY: Int, ladyX: Int, ladyY: Int)
function onCreatePost()
scr_charpos(244,368,578,368,420,343) -- taken from summer lol
-- lady's X and Y can be set to -1 to KILL her
--[[
you could also do smth like this but its your choice:
obj_badguy.x = 244
obj_badguy.y = 368
]]--
endLast updated