UndertaleModTool icon indicating copy to clipboard operation
UndertaleModTool copied to clipboard

Can't use a `string()` overload with 2+ arguments in GM 2022.11+.

Open VladiStep opened this issue 1 year ago • 0 comments

Describe the bug

The code editor can't compile string() with 2+ arguments (string formatting) in GM 2022.11+ games because of an error - "Function string() expects 1 arguments, got the arguments count."

Reproducing steps

  1. Open any code entry in a GM 2022.11+ game.
  2. Try to use string("test", "1").

Setup Details

  1. UTMT version - https://github.com/krzys-h/UndertaleModTool/commit/42e097ce9125935ff7dc696e90be79e3b66039f8

VladiStep avatar Jan 06 '24 15:01 VladiStep