'Print' function does not work (Verse)

Is it just me or the ‘Print’ function does not work in verse?
I wanted to check if my code was running by adding ‘Print (“Shotgun granted”)’ or something like that but it doesn’t show up in my logs even though the code is working fine. I’m confused if this is a bug or not

Create a default Verse device with the Hello World code in it, place in the level, and see if it prints as expected. If so, then it is something else causing the issue. If anything works in Verse, it is the print function. Your script is probably not implementing fully for some other reason.

2 Likes

You’re right. I added a new verse device with default code and the printing function just worked fine. Now I have no Idea why the printing function in my other device not working.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.