I can see your game when I search for it, it may be something on itch.io’s end, but I’m pretty sure other people can find you games. I don’t think I have been in this situation before, as my games appear to show up. I think you have already solved the issue, so good job on that.
Irish Potato Studios
Creator of
Recent community posts
Hello, and I am working on a GTA like game that is top down NES style graphics. I however, suck at art, so this is to purchase the asset pack. LINK: https://loviekaldahl.itch.io/funding-for-gta-like-game
i already did that, and nothing. go to this and download my version (the battle version very limited game world) and check. i think it might have something to do with the brackets, as when i close if(string_length(visible_string) < string_length(text_to_display)){ it closes everything beyond there except 1 bracket. is this a problem. https://loviekaldahl.itch.io/thing-for-gamemaker-rob hear is the link
https://loviekaldahl.itch.io/thing-for-gamemaker-rob
here is the link to the thing
#region main
option_state = global.option_text[selected_option];
selected_option = 0;
switch option_state{
case "ATTACK":{
scr_attack(global.pl_stats[e_pl_stats.attack], monster.defence, monster, hero);
option_state = "DONE"
}break;
case "ITEM": max_options = 0; break
case "MAGIC": max_options = ds_list_size(ds_magic_list); break;
case "RUN" : {
var ran_away = choose(true, false);
visible_string = ""
if (ran_away == true){
text_to_display = "You ran away like the pathedic coward you are."
victory_state = "PLAYER RAN"
option_state = "BATTLE OVER"
}else{
text_to_display = "You try to run away but fall flat on your face."
option_state = "DONE"
}
}break}
#endregion
this is the code, I don’t see anything wrong but I am a noob so do you see anything wrong.
hello i love this game and enjoy ur games on scratch as well. I am using gamemaker to make a old fashioned turn based rpg. i also have a scratch account https://scratch.mit.edu/users/LovieKaldahl/ also for the next game, can the frog attack forward and backwards? thanks if you took the time to read this.