I am putting together a trace that doesn’t seem to be functioning properly. The Print String is simply not showing up. I have the Print String calling a function from an Interface and near as I can tell, everything is put together correction, but I’m not getting anywhere with it. The print string isn’t showing me that the trace is happening.
Hey @BlackFolio! There’s a few things to check out here, for sure.
Firstly, check your interaction range float. Remember that in this case 1 unit = 1cm.
Secondly, try throwing a print string in directly after the line trace. If that doesn’t go off, the issue is somewhere before this code entirely, it isn’t getting called. If it does go off, the issue will be with your message!
All good advice. Thee range is set to 300. That seems to be okay. I set the earlier string as you suggested with a simple “Hello” and it went off without a hitch. So, the issue must be in my actual message I’m trying to call, correct?
1 Like
Got it! Thank you so much!
1 Like