; ; Chat system ; ; IC chatbox chatbox = 215, 384, 960, 156 ; IC chatbox if the current background's folder contains stand.png, ; defensedesk.png and prosecutiondesk.png ao2_chatbox = 215, 335, 960, 205 ; **COORDINATE SYSTEM RELATIVE TO "chatbox"/"ao2_chatbox"** ; x/y coordinates 0,0 will start at top-left of the "chatbox"/"ao2_chatbox" for everything below until specified otherwise. ; **** ; Textbox for custom IC name (the "showname"), width is the smallest size showname = 30, 32, 420, 55 ; The chatbox image used for smallest possible size is "chat". "chatblank" is used if the showname is whitespace-only. ; "chatmed" will be used if the showname size exceeds the width, at which point the showname will receive showname_extra_width. ; "chatbig" will be used if the showname size exceeds the "chatmed" width, at which point the showname will receive showname_extra_width again. ; Text any bigger than that will be cut off. If "chatmed" or "chatbig" are missing, showname will not be resized. showname_extra_width = 0 ; Where the text will be aligned in the showname box. ; Possible options include: ; left ; center ; right ; justify (like in newspapers) showname_align = left ; IC message, positioned within the chatbox. Changing 250 affects how ; long text goes on before going onto the next line. Changing 89 affects ; how many lines you can see before the message starts scrolling, based on ; Every line height is 25 if the font size is 10 and the Sans font is used. ; There's 4 pixels from X position until the symbol is displayed. ; the formula of n =25+(n-1)*16, where n is the number of lines to be ; displayed. (ie, set it to 25 for 1 line, 41 for 2, 57 for 3, 73 for 4, ; 89 for 5, 105 for 6... Less than 25 displays nothing) message = 164, 85, 761, 120 ; A chat indicator alerting us the chat ticker isn't active (text is no longer being processed). chat_arrow = 920, 182, 42, 25