[SOLVED (It does now!)] Does Quest 6 have a form of 'OutputTextNoBr'?

Can Quest 6 msg or _msg without a line break, like OutputTextNoBr in Quest 5?

I've been fooling around with msg for about 30 minutes, and I can't figure it out (if it can even be don via msg).

If it's not built-in, I mean, it's JS, so I'm sure I can wing it.


You are the second person to ask that in the last few days:
https://github.com/ThePix/QuestJS/issues/65

The answer is no. Read the link if you are going to wing it, it might give some hints.


I cheated like this:

function foo(){
  data = {text:"<br/>&nbsp;Hey ",action:"output"}
  io.addToOutputQueue(data)
  bar()
}
function bar(){
  data = {text:"you.<br/><br/>",action:"output"}
  io.addToOutputQueue(data)
}

foo()

image


image


It only looks a little sloppy.


It is now in Quest 6, thanks to bpetersonisme.


It is now in Quest 6, thanks to bpetersonisme.

Whoo-hoo!

Thanks, bpetersonisme!!!


That _io code is crazy, man! Crazy!!!


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums