Hi, I have put a green box to highlight the text but always draw in black, I tried from 0 to 255 index values, and different RGB values with rgbcolor.
update.c
update.c
Code:
void main()
{
if(openborvariant("in_level")==1){
drawbox(20,20,80,12,rgbcolor(255,0,0),0);
}
}
[code]
How can I fix it?