Page 3 of 3

Re: GoogleBot

Posted: June 28th, 2011, 9:22 pm
by Sakura
Message display? Like in "WriteLn?" :gg:

Re: GoogleBot

Posted: June 29th, 2011, 4:15 pm
by JHawkNH
Actually it would be closer to MsgBox().
The displaybox will take a string passed to it in a psudo Rich Text Format and display it in a box on the screen the same way you see text displayed in a box on a RPG or dating sim game.

The function will be able to read a string that looks like this "<CharTag=Dasiy>Welcome to my <FontColor=Red>store.<FontColor=Black><EOL><CharTag=Dasiy>Maybe you would be interested in this card. It is <FontColor= 0000FF><Var=CardCost><FontColor=Black> gold pieces.<EOL><EOS>

And display the Display box on the screen with the appropriate graphics.

Re: GoogleBot

Posted: June 29th, 2011, 4:48 pm
by Sakura
I assume there is already a tool for that, if you just go with HTML and use the Gecko rendering engine which is Open Source and free for all. Wrong?

Re: GoogleBot

Posted: June 30th, 2011, 1:56 pm
by JHawkNH
I had never heard of the Gecko rendering engine before. I will have to look into that.

Re: GoogleBot

Posted: June 30th, 2011, 5:45 pm
by Sakura
Well Mozilla Firefox is reportedly built on Gecko. And if not it's still possible to display a big message box isn't it ;))