Hallo, Rory Walsh hat gesagt: // Rory Walsh wrote:
Following on from my earlier post, I want to build an internal message by prepending a semicolon to a regular message which I've dynamically created. My question is how to change this
| obj_rec16 color 12 22 22 (
to this
|; obj_rec16 color 12 22 22 (
I'm guessing it's pretty easy but so far I can't seem to find a solution. And advise is much appreciated.
Send an "addsemi" message to the message box. Also see the helpp-patch for message boxes, it documents some of these new features added with 0.40 or so (maybe later)
Frank