I've been twiddling around with SLIC and I'm getting the hang of it but I still can't get messageboxes to appear. The message appears under the message tab but not as a pop up. Anybody know what I'm doing wrong?
Announcement
Collapse
No announcement yet.
MessageBox Question
Collapse
X
-
Make sure you include the line 'Show();' in your messagebox code, otherwise it doesn't.Concrete, Abstract, or Squoingy?
"I don't believe in giving scripting languages because the only additional power they give users is the power to create bugs." - Mike Breitkreutz, Firaxis
-
Is it set to fire at the same time as another messagebox? This can sometimes result in only one showing. Especially at the beginning of a game.
Other than that, as Peter says, post the code.Concrete, Abstract, or Squoingy?
"I don't believe in giving scripting languages because the only additional power they give users is the power to create bugs." - Mike Breitkreutz, Firaxis
Comment
Comment