Where can I download 3.2 final 4?
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: Crimson Wizard on Mon 08/03/2010 18:25:58Quote from: gambet on Mon 08/03/2010 17:51:17For example, make an extension function:
We made our baloon gui with a label, but how to put the dialogs into labelCode: ags function SayBalloon(this Character*, String text, int delay) { gBalloonGui.Visible = true; gBalloonLabel.Text = text; WaitMouseKey(delay); gBalloonGui.Visible = false; }
Then you can use this like:Code: ags cRoger.SayBalloon ("bla bla bla", 100); cSomeGuy.SayBalloon ("meh", 50);
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.050 seconds with 13 queries.