Divinity Member 10 Jul 8, 2006 #1 How can I center align the text that appears in the event messages. In know you use 0,1 and 2 but this does not seem to work in the Window_Message. This is the line that draws the text. Code: self.contents.draw_text(4 + x, 32 * y, 40, 32, c) Can anyone help me?
How can I center align the text that appears in the event messages. In know you use 0,1 and 2 but this does not seem to work in the Window_Message. This is the line that draws the text. Code: self.contents.draw_text(4 + x, 32 * y, 40, 32, c) Can anyone help me?
Daniel Member 186 Jul 8, 2006 #2 It draws letters one at a time, so it will not work if you just add a "1" at the end. Upvote 0 Downvote
Anonymous Guest Jul 8, 2006 #3 Sure it is. Check out Advoacate's text command script: http://www.phylomortis.com/resource/script/scr001.html The centering and right justified bits will be especially helpful to you. Upvote 0 Downvote
Sure it is. Check out Advoacate's text command script: http://www.phylomortis.com/resource/script/scr001.html The centering and right justified bits will be especially helpful to you.