hello
cant i do this?
vend_zone mapflag novending
- script Vending_allow -1,{
end;
OnInit:
setcell "vend_zone",104,86,104,86,cell_novending,0;
end;
}
i do like that and it not work~
i want to chose the blocks that i want to allow the vending on it
not that i don't want to allow on it
cuz the map is big i cant type every block i don't want to allow on it~
Fixed
//vend_zone mapflag novending
- script Vending_allow -1,{
end;
OnInit:
setcell "vend_zone",54,54,145,145,cell_novending,1;
setcell "vend_zone",104,86,104,86,cell_novending,0;
end;
}
i set all the map useing (cell_novending 1) and remove (vend_zone mapflag novending)
Fixed