Text out of line checker.

Any tool that you think is useful, make a thread here and upload it.

Moderator: Cheaters

Forum rules
While crediting should be allowed, please keep down the advertising. If you know who it's from, and they have a website, please link to it as a basic courtesy.
owner123
Super Moderator
Posts: 1943
Joined: February 3rd, 2009, 11:28 pm

Text out of line checker.

Post by owner123 »

Another app ;)

It finds stuff like this
Spoiler:
call DisplayTextToPlayer(Player(0),0,0,"This is some text
And this is some more text"

And tells you the line!

It's got the same interface as my Return bug checker, so read there if you want to know how to use.

Due to it's nature, it may not find everything. I have it checking each line for keywords like "return" etc then if it finds none, gives you a message.

It is also a beta, so it may get false positives. Please copy/paste both lines here if it happens to you so I can see what caused it.

Pm me if you want code.

Thanks to Haxorico for the suggestion.
You do not have the required permissions to view the files attached to this post.
stealer
Member
Posts: 70
Joined: April 14th, 2008, 1:01 am

Re: Text out of line checker.

Post by stealer »

I used this on the attached file.

it basicly reported every line.....
should add an option to stop checking (and for the return bug also)
You do not have the required permissions to view the files attached to this post.
owner123
Super Moderator
Posts: 1943
Joined: February 3rd, 2009, 11:28 pm

Re: Text out of line checker.

Post by owner123 »

I opened it up, it's really weird.. It doesn't have a linebreak, and instead a box for each linebreak. I don't know :\ but I'm sure that's whats causing it.