PDA

View Full Version : Selector



sps999
08-19-2007, 04:34 PM
I have started to make a quest and I can't get the selector to work right. It would be in the equipment not the wepeons.

Freedom
08-19-2007, 04:39 PM
I take it you have a custom subscreen.
It would be my guess you have to go into the editor, click on it, and move it where it needs to be.
With the amount of info you give, nobody is going to be able to help you beyond that.

sps999
08-19-2007, 05:05 PM
What's wrong with it is that, i want it on the bow to switch items, but all its doing is going to where the raft, and Ladder should be, which is messing up my secondary weapon and make Weapon 2 the compass, so i want it to be the bow...
And yes, i do have a custom subscreen. Is that info enough?

DarkDragon
08-19-2007, 05:29 PM
Chances are your Position properties are set wrong for your Current Item objects.
Be sure stuff like the compass, raft, etc has Position set to -1, and that your actual selectable items have unique Positions, with the Up/Down/Left/Right references for each of these set correctly. Take a look at the default subscreens as a reference for how to set the items up.

Freedom
08-19-2007, 05:31 PM
You have it all set up wrong.
You click on an item and look at properties, and you'll see the directions that it moves when you press up, down, left, and right.
Those numbers go to the item numbers around it.
LIke the first is the boomerang, it's item 0, below it would be something like 5, to it's right would be 1, to it's left would be 4, and up would be something like 10
if you arrange your items like below

0 1 2 3 4
5 6 7 8 9
10 11 12 13 14

goblet49
08-19-2007, 07:01 PM
It helped me.

Note: My best friend is Sps, and we are working on this qst together