Thanks, I'll take a look see.
------------------
Gemini
------------------
Gemini
I thought you could add a pattern to the allertbox.
The Throne Room!
trigger 'Mod_Greetings' when (IsHumanPlayer(g.player) && (g.year == 0)) {
Message(g.player, 'Mod_Greetings');
}
alertbox 'Mod_Greetings' {
OpenThroneRoom();
Abort();
Button(ID_BUTTON_YES) {
Kill();
}
}


## Chromakeyed border with raised exit button.
BorderImage {
string image0 "tbb000.tga"
string imagebltflag "chromakey"
int xpix 0
int ypix 0
int widthpix 640
int heightpix 480
}
rangery {
int widthpix 15
int heigthpix 15
string type "scroller"
string orientation "vertical"
string pattern "upba6417.tga"
incy {
int widthpix 15
int heightpix 15
string pattern "upba6417.tga"
}
decy {
int widthpix 15
int heightpix 15
string pattern "upba6417.tga"
}
}
| quote: Originally posted by gemini on 08-16-2000 02:30 AM ... there was a border that I could not resize. |
## Chromakeyed border with raised exit button.
## BorderImage {
## string image0 "tbb000.tga"
## string imagebltflag "chromakey"
## int xpix 0
## int ypix 0
## int widthpix 640
## int heightpix 480
## }
| quote: This border picture I could not resize "tbb000.tga". I tried to replace it but all I got was a crash, I tried to omit it but crash again, tried a whole bunch of different things but crash again. |




Comment