Hi, I'm playing the MUD Aetolia and on the old client there was a nifty little compass that showed you which directions you can travel. I'm trying to make my own compass, in the notepad. Is there a way to get arrows into the notepad? I've tried to use alt+8598 which according to http://www.alanwood.net/unicode/arrows.html equals a northwest arrow.
I've tried this combination in MUSH's notepad and got the û character. However when I used this combination in Microsoft's WordPad in Lucida Sans Unicode font I got the Northwest arrow.
I then tried to change the notepad's font to Lucida Sans Unicode in my script, but I got an error. And also I couldn't insert the arrow into the script, I just got the û again. Here's the script if that helps at all -
So basicly, is there a way to get arrows into the notepad? Any help would be appreciated.
I've tried this combination in MUSH's notepad and got the û character. However when I used this combination in Microsoft's WordPad in Lucida Sans Unicode font I got the Northwest arrow.
I then tried to change the notepad's font to Lucida Sans Unicode in my script, but I got an error. And also I couldn't insert the arrow into the script, I just got the û again. Here's the script if that helps at all -
Sub Compass(Name, Line, Wildcards)
world.NotepadFont "Compass", "Lucida Sans Unicode", 0, 20, 0
world.ReplaceNotepad "Compass", "û"
End SubSo basicly, is there a way to get arrows into the notepad? Any help would be appreciated.