Totally a booplicate

Results 26 comments of Totally a booplicate

I'd be 100% fine with not being able to load code from earlier than when I added the module. Since that'd be a mistake/bad design from the developer (can raise...

I think, even just being able to run a hook before this code https://github.com/renpy/renpy/blob/f9d1070da7115d0267629ead4bbf396b785310b6/renpy/main.py#L551-L567 would do.

Making a system to control extra content for our game. Since the said content can and will interfere with the main game, it should only be loaded (and loadable) in...

> This should get documented in the related section of screens.rst, similar to the phrasing of other clauses from that file, or from the simple show/hide statements, and ideally referencing...

> The main concepts are that the sensitive and modal statements allow expressions Correct me if I'm wrong, but `modal` doesn't take an expression, it's being evaluated only once during...

`init offset` is indeed a bad one, very hard to follow what it affects. Although, unsure if `init 5 define` is needed since you can do `define 5 my_var =...

> I don't know if I'm clear enough : I understand how one could choose to undocument the init blocks I don't use `init i define x = z` or...

Can I also suggest better paste in console? Right now it removes `\n` which makes impossible to paste multiline code.

> Maybe it would be simpler to just have a button to open the projects.txt file in the editor ? Depends how you ask. If you mean that or nothing,...

> it becomes much harder to remove a directory from the list than it is to add one. I guess I don't understand, there's no much difference in adding or...