Jump to content

Recommended Posts

Posted

Hi I have simple question in regarding to the command print(), I have tested the leadwerks 4.4 regular build and latest beta both are the same print() is not working for me.

today I was just  trying some simple tutorial code  on leadwerks lula tutorials trying to output using print() command a variable to the debug window or  even the simple print("hello") does not output anything,all its says is Debug process connected.  So is it broken in leadwerks or is this somthing broke on my side , is there something I can check on my side  to fix this, I have reloaded/reinstalled leadwerks beta and current  and no change.

I find this very strange that such simple command is not working, so figured I ask for help.

 

Thanks Pat


 

 

Posted

OK I tried using it System:Print("Hello World")

function Script:Start()

System:Print("Hello World")

end

 

also tried

MyVariable = 3
System:Print(MyVariable)

 

that still outputs nothing but Debug process connected, what could be the cause of this?.

can you confirm it works on your end, if you don't mind.

if it does I just reinstall it again I guess somthing must be currupted.

 

Posted
53 minutes ago, Thirsty Panther said:

When you use System:Print the information is displayed in the editor output window not in your game.

System:Print ("Hello World") works for me.

53 minutes ago, Thirsty Panther said:

 

 

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...