My Mod Doesnt Work
Avatar

https://www.dropbox.com/s/a7ado1fevdkd8mf/Hold To Press.rar?dl=0

I made this mod to work together with Simple Toggle Interaction, but it doesnt run. it doesnt even show a single line of text ingame, whats wrong with my code?

FATAL ERROR: (C:\Users\ZNix\source\repos\SuperBLT\src\InitiateState.cpp:294) mods\Hold To Press\htp.lua:351: '}' expected (to close '{' at line 2) near '?'

lua.org returned this.

input:27: unfinished string near <eof>

Avatar

This line should be removed. You can't use such characters as table keys.
Although, if it's really a string ID in the game, you can wrap hud_take_??? with ["'] like so: ["hud_take_???"].

26 895