umm.. I think I saw a thread on this once but can't locate it. Can I have text colours change on the same line on a world.note? If so, what is the syntax?
world.ColourNote "red", "", "Hello there"
gives red text on existing (black) background, but if I wanted, for example, 'hello' in red and 'there' in green, how would I write that? I tried
world.ColourNote "red", "", "Hello" "green", "", "there"
just to see if it worked, but it spat the dummy of course.
world.ColourNote "red", "", "Hello there"
gives red text on existing (black) background, but if I wanted, for example, 'hello' in red and 'there' in green, how would I write that? I tried
world.ColourNote "red", "", "Hello" "green", "", "there"
just to see if it worked, but it spat the dummy of course.