Keeping the updates coming... The Warrior's Guild entire questline has been implemented and is ready to go. Moving on...
Bill
Bill
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 Menufunction settingTextColor_OnClick(GUIControl *control, MouseButton button)
{
if (textboxColorDefault == 0){ // Global variable for the color of the textbox
gTextBox.TextColor = 15; // Make text white
textboxColorDefault = 1; // Set global variable to say text is white
settingTextColor.NormalGraphic = 714; // Set the button graphic to show a white text
}
else if (textboxColorDefault == 1){ // Global variable for the color of the textbox
gTextBox.TextColor = 0; // Make text black
textboxColorDefault = 0; // Set global variable to say text is black
settingTextColor.NormalGraphic = 715; // Set button graphic to show black text
}
}
gTextBox.AsTextWindow.TextColor = 15;
Quote from: heltenjon on Tue 11/03/2025 20:50:27Looking at the beautiful graphics and reading about the impressive world building and exciting quests, I was wondering if this one was for me. Then I read:Quote from: poc301 on Tue 11/03/2025 19:08:41- Stupid humor and easter eggs to old Sierra and Lucasarts games mixed in throughout
And I'm in.
Quote from: Rik_Vargard on Tue 11/03/2025 19:21:06Looks beautiful and epic
Quote from: poc301 on Thu 09/02/2012 21:20:22
lolwhat?
Why the hostility? Just make the game you want to make. If it makes you happy to do it, that is all that matters.
-Bill
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.049 seconds with 14 queries.