Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

hudlines

Learn more on how to use Sandbox, or submit your own tutorials or resources.
Post Reply
northstar
Member
Member
Posts: 208
Joined: March 1st, 2012, 1:17 pm
Name: steven

hudlines

Post by northstar »

i'm starting a tutorial and i'm having trouble with hudline's... i would like to use it "alot" as a comment or thinking to yourself within the game, or responses for tutorial purposes (repetition)... also, if it is possible, to delay the hudline seconds or "press SPACE to continue" or whatever... its probably real simple and i havent worked that long on it (been busy with quests etc) but i need to know if it is possible so i can use it... or not use it... whatever the case... and move on... thx
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: hudlines

Post by Hirato »

The whole point of the hudlines is to communicate important things to the player; Such as quests progress and levels ups.
What you're trying to do is not the intention of the hudlines.

I would suggest an NPC that acts as an infodump for tutorial purposes.
This is not a url, clicking it is pointless
User avatar
kddekadenz
Member
Member
Posts: 423
Joined: July 17th, 2011, 11:02 am
Name: kdd
Contact:

Re: hudlines

Post by kddekadenz »

Practically I agree to Hirato, technically I would like to add:

"normal"

Code: Select all

hudline "The text which should appear"
sleep 1000 miliseconds and then show the hudline

Code: Select all

r_sleep 1000; hudline "The text which should appear"

I think there is no command so far to set the length it should be shown nor a command to force it to hide.
Kelgar is an advanced RPG beeing developed in Sandbox
northstar
Member
Member
Posts: 208
Joined: March 1st, 2012, 1:17 pm
Name: steven

Re: hudlines

Post by northstar »

ok great... thanks for the info. yes that was what i was inferring, and now i can use it as intended without trying to make it something that it is not... thanx guys :D
Post Reply