Search found 2 matches

by Tribeam
Wed Oct 26, 2011 3:02 am
Forum: Support and Development
Topic: Text position detection thing or something
Replies: 3
Views: 2047

Re: Text position detection thing or something

Heh, I feel like a fool, after getting some needed sleep I came up with a solution rather quickly and easily(it'll get more advanced as i go along though) function ConsoleLog(text) table.insert(table_consolebuffer, text); int_consoletextpos = int_consoletextpos - 15; end ... for i, lines in ipairs(t...
by Tribeam
Tue Oct 25, 2011 9:04 pm
Forum: Support and Development
Topic: Text position detection thing or something
Replies: 3
Views: 2047

Text position detection thing or something

I'll let the image explain itself
kjpoK.jpeg
kjpoK.jpeg (74.64 KiB) Viewed 158 times
So yeah, scrolling the text isn't a problem, it's the part that says "TEXT JUST GOT TO THIS POINT DO SOMETHING" heh..

Thanks.