Wano
Wano
@wano
Admin
Member
Joined: Nov 14, 2022
Last seen: Jul 2, 2025
Topics: 8 / Replies: 173
Reply
RE: Dealing more damage to targets with a status effect in play

It should be a formula in damage part, not "Script". What is the ecrash error?

1 month ago
Forum
Reply
RE: Dealing more damage to targets with a status effect in play

Please share screenshot of the effects. If I understand correctly you want a skill that first has a chance to inflict a status (burning), and after th...

1 month ago
Forum
Reply
Answer to: Dealing more damage to targets with a status effect in play

Sure! The syntax is myCondition ? thenResult : elseResult. The complete code means : IF target status list includes the status id 1, THEN return user ...

2 months ago
Forum
Reply
Answer to: Life stealing skill

Doing u.lp += Core.Game.current.variables[101] works?

2 months ago
Forum
Reply
Answer to: Dealing more damage to targets with a status effect in play

A formula could be something like t.status.includes(status => status.id === 1) ? u.atk * 2 : u.atk Replace 1 by the ID of the status. Not tes...

2 months ago
Forum
Reply
Answer to: Change text preview aspect ratio

For now, no. But after 3.0.0 I could change it so you can type different resolutions to test.

2 months ago
Forum
Reply
RE: Translating "Empty" inventory and keybindings

@the_ramen_dutchman Well looks like a bug... I'll have a look!

2 months ago
Forum
Reply
Answer to: is it possible to make touch buttons for control?

Currently no, it's fixed for 3.0.0. You will have to wait for this release.

2 months ago
Forum
Reply
Answer to: Translating "Empty" inventory and keybindings

Empty is not translated here yeah. Would require some script change. For keyboard it's weird, you can have the name and descriptions here (see uploa...

2 months ago
Forum
Reply
Answer to: What properties do heroes and monsters have?

There is no proper documentation for this, unfortunately. You can check the Player types here: I didn't test, but !t.status.some(status => statu...

2 months ago
Forum
Reply
Answer to: Problem with collisions

Can you check if your hero character has collisions?

4 months ago
Forum
Reply
Answer to: Systems Manager > Models tab: Can window sizes be changed?

Hi! Unfortunately it's not possible yet. However, it will be in 3.0.0, and it already is the case in ! It's complicated to mod so I would suggest to j...

4 months ago
Forum
Reply
Answer to: Title screen video help

Probably due to incompatible resolution. I would need to check that, at least add an option to stretch or center.

4 months ago
Forum
Reply
RE: Some help

Can you join the wall picture here?

6 months ago
Reply
Answer to: Editing the title screen

Unfortunately not possible yet, only doable with scripts!

7 months ago
Forum
Page 2 / 13