1
AoT General / Re: Too much Fiber!
« on: August 15, 2010, 11:45:14 PM »he has too much fiber stupid.
and i said
make a bot, to fiber farm for you
stupid
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
he has too much fiber stupid.
make a bot, to fiber farm for you
%text = new fileObject();
%text.dump();
And also how would I make a gui do something (say add stuff to the TextListCtrl) when the gui is pushed onto the screen
And also how would I make a gui do something (say add stuff to the TextListCtrl) when the gui is pushed onto the screen
I thought jokes were supposed to be funny.
We no longer think of ourselves as a government. We merely are forcing players to gives us money.
registerOutputEvent(gameConnection,OpenGUI,"string 100 100");
function gameConnection::GUIOpener(%this, %arg1, %client)
{
echo(%arg1); <-------
if(%arg1 $= "")
{
return;
}
canvas.popdialog(%arg1);
}