Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

just bought it, broken on 2023.11

A topic by mob created Mar 08, 2024 Views: 154 Replies: 2
Viewing posts 1 to 2
(1 edit)

tried to compile, all i get is

Script: window_set_cursor_impl at line 2 : unexpected symbol "," in expression

Script: window_set_cursor_impl at line 2 : malformed assignment




thank you!

Developer

Hello, that sounds like you have a resource/macro named like one of the following:

_hwnd, _rgba, _dw, _l, _t, _w, _h, _cx, _cy

Try it on a blank project, but also be aware of this if using 2023.11 IDE

oh, yeah, i had _cx and _cy and cursor position variables, renamed them and it works! thanks!