slider bar with numbers?

Post » Mon Jun 18, 2012 3:36 pm

So basically I want a slider bar inside my message box. Much like when your choosing what your character looks like.

Slider needs to be associated with numbers starting at 0 ending at 50. Letting the player slide through those numbers to pick one.

Thanks for the help
User avatar
Reven Lord
 
Posts: 3452
Joined: Mon May 21, 2007 9:56 pm

Post » Tue Jun 19, 2012 2:41 am

I don't think that's possible.
User avatar
joseluis perez
 
Posts: 3507
Joined: Thu Nov 22, 2007 7:51 am

Post » Tue Jun 19, 2012 2:12 am

is there any way to get input from the player inside a message box?
User avatar
Samantha hulme
 
Posts: 3373
Joined: Wed Jun 21, 2006 4:22 pm

Post » Tue Jun 19, 2012 2:13 am

You can add the numbers as options, then script using buttonpressed to find out which one they selected. That's really all you can do.
User avatar
Rusty Billiot
 
Posts: 3431
Joined: Sat Sep 22, 2007 10:22 pm

Post » Tue Jun 19, 2012 1:37 am

what about when selling items, if you have more than 5 or something you get the slider with numbers to choose from? Isn't this scripted?
User avatar
Add Meeh
 
Posts: 3326
Joined: Sat Jan 06, 2007 8:09 am

Post » Mon Jun 18, 2012 7:51 pm

what about when selling items, if you have more than 5 or something you get the slider with numbers to choose from? Isn't this scripted?
It's hard coded into the interface AFAIK.
User avatar
Richus Dude
 
Posts: 3381
Joined: Fri Jun 16, 2006 1:17 am

Post » Mon Jun 18, 2012 8:22 pm

UI elements like that are done in Flash. You could edit the existing menus with a flash editor, but I don't think there are any functions to call a new UI element.
User avatar
(G-yen)
 
Posts: 3385
Joined: Thu Oct 11, 2007 11:10 pm

Post » Tue Jun 19, 2012 2:51 am

UI elements like that are done in Flash. You could edit the existing menus with a flash editor, but I don't think there are any functions to call a new UI element.

these menus are in the interface.bsa file ?
User avatar
Rodney C
 
Posts: 3520
Joined: Sat Aug 18, 2007 12:54 am

Post » Mon Jun 18, 2012 10:05 pm

these menus are in the interface.bsa file ?
Complied flash menus, yes. You'll have a hard time de-compiling them and editing them to your liking however. And even then, adding new UI elements isn't really possible right now.

For all intents and purposes, what you're trying to do can't be done unfortunately.
User avatar
Stefanny Cardona
 
Posts: 3352
Joined: Tue Dec 19, 2006 8:08 pm


Return to V - Skyrim