Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Seerah
Forum: Lua/XML Help 08-07-20, 11:37 AM
Replies: 16
Views: 51,231
Posted By Seerah
Those are special characters in Lua. You need to...

Those are special characters in Lua. You need to escape them when using them in a string, or use a literal string (square brackets instead of quotes).

SetBindingClick("\\", "WalkerbomyTest",...
Showing results 1 to 1 of 1