Digraphs Module

From Adventure Game Studio | Wiki
Jump to navigation Jump to search

Digraphs are two-character sequences used to enter single characters that cannot be entered from the computer keyboard, due to AGS scripting restrictions, or teh characters woudl look out of place. For example, with AGS using SCI fonts, you cannot use characters >127. However, many characters in the ASCII table are not used in many adventure games: "%^&$@", etc. So, if you need accented characters you can edit the font so such characters look like the ones you need. Hoever, these will be quite unreadable... say you make "$" look like an Spanish n with a ~ accent... Espa$a doesn't look as good as, say Espan~a... Digraphs module will solve that problem by doing the translation.