Jump to content

Recommended Posts

Posted

Hi, I want to make some points in game where something happens (like printing text, narration, door opens, etc.) how should I do these with Torque3D?

Posted

Thanks a lot, it works great!


Maybe you could point me in right direction - how can I print some 3D or 2D narrative text

when trigger is activated?

Posted

Apart from the old garage games documentation here , there is also the wiki too, here is the scripting section . There is no great point just giving you code to just copy and paste as you won't learn anything and will be back asking how to do the next part. Give it a go and feel free to come back and ask questions with examples of what you have already tried etc

Posted

I will note that the Full template's PlayGUI has some text fields on it for pop up messages for gameplay stuff. you can check those out and see how those get used to get some ideas. From there, you could just have a text field for where you'd like the messages to display, and have the trigger call a function to message to them with whatever text is assigned to that trigger.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...