Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

underwear1223

2
Posts
1
Topics
A member registered Oct 29, 2019

Recent community posts

Resolved =)

My coding add unexpected character (No-break space) and those character made GMLive to not work properly. Removed the character and everything is fine =)


Many thanks YellowAfterlife!

(1 edit)

Hey hello everyone!
I am using GMS2 and the live call function seems to only work on the draw event and not on the step event.

When I put 

if (live_call())
{
return live_result;
}

in the step event of the object, the server windows return 0 lives objects.


Any idea how to fix this? Draw event work without any problem.


Many thanks!