It would be a pipe dream, but I made a mini showcase of Red Dwarf the adventure game! I doubt either creator of Red Dwarf would be interested but it was a fun process! The main background took me longer to draw than any background ever.
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.
Show posts Menu
function hKerrang_Interact()
{
cEgo.FaceDirection(eDirectionUpLeft, eBlock);
Game.ChangeTranslation("French");
cEgo.Think("&430 I like Sonic Boom Six, but I don't have time to read this.");
}
if (Game.ChangeTranslation("Spanish") == true)
{
Display("Changed the translation to Spanish!");
}
else
{
Display("Unable to change the translation");
}
will attempt to change the translation to Spanish
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.065 seconds with 15 queries.