21-08-2008, 04:13 AM
Ok, first let me explain the situation. I've coded in a new attribute into a blank MS2E (first real programming project) that opens up a form when the tile is stepped on. Now I'm trying to link the attribute tile I made to a certain number. I want to be able to use a scroll bar to select a number, say, 1 from 100, and have it only apply to that one tile, I.e. If I set the tile number to 2, when the tile is stepped on it checks the members account to see if it has that number assigned to it, and if so it opens the form. I can do the If statement to open the form, but I'm at a loss to create the scrollbar, and have it save that number into the map file. Can anyone help me out?