Re: Race driver GRID aint racing no more
???
What is that duh.
Code:
if GRID.Forums ~= nil then
Person:LookThrough(GRID.Forums);
else
niceness = math.random(1,5);
if niceness <= 2 then
site = Person:OpenSite(Internet.Google);
Person:TextInput("Speed up GRID",site);
else
print("You know what Google is?");
end
end
In case if you don't know Lua:
If there is a GRID forum, check there.
If there isn't, Google is your friend.