Reply to graphics
If you don't have an account, just leave the password field blank.
I'd like to create a map of my d-mod, then i'd like to sell it in a shop, and so I did. But there are a couple of problems, The item_map script I made, actually, I just don't know how to make it, anyway, I made this script:
void use(void)
{
show_bmp("tiles\map1.bmp", 1, 0);
kill_this_task();
}
but it doesn't want to show my map, but if I let it show map1 (original version) it does show. ==> problem 1
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. ==> problem 2
Can someone help me?
Thanks!
I just realised this site is American time (if I'm wrong, I apologise) In Belgium it's plus minus 2.30 in the afternoon. So, no, I don't get up early to get on my pc!
Stefanie
void use(void)
{
show_bmp("tiles\map1.bmp", 1, 0);
kill_this_task();
}
but it doesn't want to show my map, but if I let it show map1 (original version) it does show. ==> problem 1
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. ==> problem 2
Can someone help me?
Thanks!
I just realised this site is American time (if I'm wrong, I apologise) In Belgium it's plus minus 2.30 in the afternoon. So, no, I don't get up early to get on my pc!

