7thbeatgames / rd

This repository is to track player feedback for a rhythm game 'Rhythm Doctor'.
https://7thbe.at
9 stars 0 forks source link

Port comment commands to custom methods #29

Open 9thCore opened 1 year ago

9thCore commented 1 year ago

Please Check

What problem motivated you to submit the suggestion?

Currently, trying to use a variable in a comment command results in an error.

image

Suggestion / Solution

Porting them over to custom methods would allow variables to be used as custom methods already allow usage of them.

I believe it'd be most useful for the ()=>trueCameraMove and ()=>create commands as they seem to be the only (known) commands that can use numbers and don't have a custom method equivalent (unlike ()=>shockwave and their equivalent custom methods)

Alternatives & Workarounds

both ()=>trueCameraMove(0, f0, 0, 1, Linear) and ()=>trueCameraMove(0, {f0}, 0, 1, Linear) throw an error, the one shown higher up. There doesn't seem to be a trueCameraMove custom method yet either.

Demo & Mockup

No response

Note

No response