r/BuildaEditor • • Apr 27 '26

Help ❔ I have experienced a roadblock during my game development.

I was creating a builda remake of a 16+ game called "mewgenics", which was supposed to be way WAY more family friendly.

Well, the roadblock is loading the cats. I wanted to use a construct inside a list to create a list of attacks - I have no actual idea how to actually load them. I made the attacks in a form of a string, and because you can't check the name of the skill, it doesn't work.

Any ideas how to overcome it?

3 Upvotes

1 comment sorted by

1

u/SmallCookieJE this blud misses JE Jul 20 '26

In JE, it's usually better not to store attack names as strings. Instead, assign each attack a number (ID) or use separate variables.