 |
|
heardie
|
|
Hmm, I cant get message boxes to appear from another message box. Any clue?
code:
alertbox 'RHOldManPlot' {
Show(); Title(ID_BLANK);
Text(ID_RH_OLDMAN_PLOT);
Button(ID_DISAGREE) {
Kill();
Message(g.player, 'RHDisagree');
}
Button(ID_GIVE_MONEY) {
Kill();
Message(1, 'RHGiveMoney');
}
Button(ID_TAKE_MAP) {
Kill();
}
}
alertbox 'RHDisagree' {
Show(); Title(ID_BLANK);
Text(ID_RH_OLDMAN_DISAGREE);
GameOver();
}
alertbox 'RHGiveMoney' {
Show(); Title(ID_BLANK);
Text(ID_RH_OLDMAN_GIVEMONEY);
AddGold(g.player, -100);
if (random(4) != 0) {
Text(ID_RH_OLDMAN_SUCCESS);
}
else {
Text(ID_RH_OLDMAN_FAIL);
}
}
|
|
|  |
 |
|
heardie
|
|
Hmm, I thoght Alexander had alertboxes from alertboxes. Anhow I'll try.
|
|
|  |
All times are GMT. The time now is 05:14. Apolyton Time is 00:14. |
top of page
|
| archivepost |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|