Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bug questions

A topic by Weston Kaunk created Jan 18, 2022 Views: 159 Replies: 2
Viewing posts 1 to 3

Long time watcher, just bought the clone code and it's failing running the code.  It's reading the emote_Index as only ref once? Any idea what happened? 

(1 edit)

in the create code 

Obj_enemy_parent

Under the Ai state machine

state = "Idle";

emote_Index = 0;


And after that it's not ref in the step event. It first runs state idle, and the sprite index between the stages. Idk what I'm missing or if I turned off/on a bug testing bit. Any advice appreciated; couldn't find it in the videos.

Developer

Hey Weston Kaunk,
sorry for the long delay. Ehm, the variable is actually useless (old system) and you can delete it right away. I stopped the series but added a few more things in the current project to implement things I couldnt do in the video series format.

Is it still not working for you? They best way is to go to my discord server where I am very frequent (not so much on itch.io). State there that you baught the project and you need some assistance.
I will upload a newer version of the engine right now and hopefully all the issues are thing of the past.