Reply to Re: graphics
If you don't have an account, just leave the password field blank.
but it doesn't want to show my map, but if I let it show map1 (original version) it does show
You have to have the maps in the dink pallette.. if you don't know how to do that, I'd suggest you see the Development section, and find a tutorial for it...
But I can only see it once, then I have to select the fist, then i select the map again, and then i can see it again
Yeah... you're killing the script, don't you see?
Remove the "kill_this_task" from
void use(void)
{
show_bmp("tiles\map1.bmp", 1, 0);
kill_this_task();
}
and it should work as you want it to.
You have to have the maps in the dink pallette.. if you don't know how to do that, I'd suggest you see the Development section, and find a tutorial for it...
But I can only see it once, then I have to select the fist, then i select the map again, and then i can see it again
Yeah... you're killing the script, don't you see?

void use(void)
{
show_bmp("tiles\map1.bmp", 1, 0);
kill_this_task();
}
and it should work as you want it to.
