ID:165712
![]() Nov 11 2006, 10:26 am
|
|
I was wondering if anyone could show me a code where that you have a list of character to choose from and then a browser pops up and all the chracters information pops up. I have tried amny ways but non of them are working can somone give me a proper way to do this?
|
![]() Nov 11 2006, 10:32 am
|
|
can anyone help?
|
turf I would do something like that...That is what I do. So if they click on something it makes a popup. Or do you want it so when they click on the icon they are that icon? |
that is not what i need at all. I need it so that when you click a vern a list comes of fighters comes up. Then when u selcet a fighter a browser() comes up and shows the information in text in the browser.
|
I believe you want browse() and if you want to show pictures, you should look up browse_rsc() as well.
And Rev, 'ewww' at the repeating info (the loc, start+=2, and icon.. you can set those up after the character alignment was chosen, after all, why repeat a gallion thing when you can just do it once in the different position? - GhostAnime |
Code:
obj/character This is just one of the chracters i have using a brwose() The porblem is, I want when people click my verb in the command tab that a list comes up of fighter(scorpion being one) and when they choose a fighter a browser comes up and displays the information like i have here. |
Why are you defining the variable AFTER you have used it? Define the variable first than use it (referring to where browse is located).
For the clicking link one, you should read about Topic() (Note: There's other Topic() as well like mob. and world., this one is client.) An example can be found in the DM Guide Hope that helps. - GhostAnime |