why is the print command not working?

Hello there,

I need your help. Whenever I type the print command, it doesn’t work even though I’m not receiving errors. Can you please help me? Thank you.

We should see your code to see if that problem is Code related but I let you here something that come to my mind to fix your problem:

MyClass := class(creative_device):

    Print("I dont like to stay out of OnBegin")
    OnBegin<override>()<suspends>:void=
        Print("I work here") #This is the good one
    Print("Im also out of OnBegin")

Print("Im not gonna do anything because im out of the Class")

The Print(“”) command is inside the OnBegin Function and how do you set the creative device if your place space?

goto your content drawer, click on the folder “creative devices” and click and drag the device into the game.

are you talking about where you drag a creative device like the item spawner into the uefn project?

yea just drop the device into your project

Oh, I didn’t know you can drop verse devices into the map, also, thank you. Now my verse device works

Glad we could help :grin: have fun and make sure to read the guides Epic gave to us!

Hey, how you make formatted verse code with colors?

It also works using Ctrl + E or writting yourself those symbols.

1 Like

Thanks! Hmm… I tried to do the same thing, but only one token was painted )
Sorry for going off-topic.