- Joined
- Nov 2, 2022
- RedCents
- 53¢
Hey, though I've programmed before, I'm super new to MQ and Lua. I'm trying to setup some mq.events depending on some variables, using mq.TLO.Target.Name to be precise. When I try to concatenate it with any string at all, like print(mq.TLO.Target.Name .. ' test'), the script crashes. I've been reading Lua documentations a bit, but I'm stumped here. I'm sure it's a simple problem/solution, but I'd appreciate someone pointing a newbie in the right direction.

