05-11-2006, 10:22 PM
look in handlekeypress (i think...) and it should have like if map.tile(x,y).type = tile_type_sign then
blah blah blah (basically where it displays the strings (1,2,3) when you hit enter, before that just do a
if MyText = vbnullstring then
sign code goes in here
end if
blah blah blah (basically where it displays the strings (1,2,3) when you hit enter, before that just do a
if MyText = vbnullstring then
sign code goes in here
end if