Wano
Wano
@wano
Admin
Member
Joined: Nov 14, 2022
Last seen: Aug 29, 2025
Topics: 8 / Replies: 185
Reply
Answer to: How do I make it so an object lies flat?

There is no native way to do that, but you could use a fix sprite object, on the right you have "update tranformation" button, and then change the rot...

1 week ago
Forum
Reply
Answer to: Cant attack monsters + How do I change their levels?

Don't hesitate to check those replies: For the levels, check data manager > troops, you can edit the monsters and there levels here.

2 weeks ago
Forum
Reply
2 weeks ago
Forum
Reply
RE: Life stealing skill

Maybe try "u.lp = Math.min(u.lp + Core.Game.current.variables[101], u.maxlp);"

2 weeks ago
Forum
Reply
RE: My hero cant attack

Well I don't really know which files you should change. But you have backups on yourProject/backups, with the date of save as names. The .json files a...

2 weeks ago
Forum
Reply
RE: My hero cant attack

Could you double check Systems > Battle System > formula is dead It should be u.hp === 0. The KO status should also have restriction "can'...

3 weeks ago
Forum
Reply
Answer to: My hero cant attack

That could mean that you don't have the MPs (or whatever cost options you have for attack or abilities), or it doesn't match the conditions. Check the...

4 weeks ago
Forum
Reply
RE: The temple

Hmmm my first encounter was Pokemon yellow on GB, and a lot of other games on this console. I basically used a lot RPG Maker XP and played with script...

4 weeks ago
Reply
Answer to: Is it possible to add a roof?

Be more accurate about what you exactly want to have!

2 months ago
Forum
Reply
Answer to: How can I send events

You can check this example to understand how it works:

2 months ago
Forum
Reply
Answer to: Battler attack animation

Unfortunately it would require plugin to do that, it's very specific.

2 months ago
Forum
Reply
Reply
Answer to: is there any way to create battle messages using variables/properties?

Try using [user] In System/Skill you can see: getMessage(user: Battler): string { return this.battleMessage.name().replace('[user]...

3 months ago
Forum
Reply
Answer to: map sync

Could you check that you selected the correct map while syncing (the same map than while getting the error in game)?

3 months ago
Reply
Answer to: (Event) Faster Fading?

Unfortunately not possible yet. But you can change transition to "None" and use change screen tone command between it to define you own color transiti...

3 months ago
Forum
Page 1 / 13