plan 9 from outer space?
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 MenuQuote from: Stupot+ on Tue 25/06/2013 13:27:17
How did you get rid of the splinters in your arse after using your pegleg as a dildo.
QuoteNOTE: This property is ignored [...] if the General Settings are set not to allow text to be automatically removed.it's not ignored. just acts slightly different (see above).
void Saa(this Character*, String Aussage) {
lblText.Text = Aussage;
InvOff();
gDialog.Visible = true;
this.Say(Aussage);
Wait(20); //click during that time stops the speechcycle.
InvOn();
gDialog.Visible = false;
}
Quote from: Crimson Wizard on Wed 12/06/2013 21:06:36
Your lines 7, 23, 31 etc make no sense at all.
if (Hotspot.GetAtScreenXY(mouse.x, mouse.y) != null) mouse.UseModeGraphic(eModeUsermode1);
else mouse.UseDefaultGraphic();
if (Hotspot.GetAtScreenXY(mouse.x, mouse.y) == hLoad) mouse.UseModeGraphic(eModeUsermode1);
else mouse.UseDefaultGraphic();
Quote from: Khris on Fri 31/05/2013 14:22:27
What I would do is make sure it's actually the room backgrounds. Copy the game folder, remove half the rooms, then check the file size. Did it go down by half, too?
Quote from: selmiak on Fri 31/05/2013 13:43:50
what does AGS do with imported graphics that are not used. Are they compiled into the game.exe too?
Quote from: Crimson Wizard on Mon 27/05/2013 10:17:15
Deadline.
July 2013, but may be extended.
Quote from: Khris on Thu 23/05/2013 13:38:59
So does it work now? You should see the option when you right-click an empty area in the sprite manager.
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.047 seconds with 14 queries.