Guys, I have a situation here. My scenario can't be run in this site (link: Medieval Defense) and I suspect the problem is here. I declare a variable called LoggedIn (boolean):
So that I don't need to recall that function over again. The question, is it the possible cause?
And FYI, it run normally in the editor.
public static boolean LoggedIn = UserInfo.isStorageAvailable(); public static UserInfo User = UserInfo.getMyInfo();