Making a barber

Post » Fri Feb 26, 2010 2:33 pm

I'm working on a small housemod and I want to add some cool touches to it to separate it from others out there (if ever so slightly) and mostly just for personal preference.

I've got a bathroom mirror, or an activator that looks like a mirror rather, and I want it to show the barber menu when activated, imagine Sergio, the King's barber. Now imagine he somehow got turned into a bathroom mirror, that's what I want...oh, and the mirror doesn't talk.

Seriously though, all I need is for the mirror to show the barber menu when activated, so my character and anyone who downloads the mod can alter their hair without joining the kings or downloading some mod just for that purpose.
User avatar
Steve Fallon
 
Posts: 3503
Joined: Thu Aug 23, 2007 12:29 am

Post » Fri Feb 26, 2010 2:28 pm

Seriously though, all I need is for the mirror to show the barber menu when activated

ShowBarberMenu ;)
User avatar
Soph
 
Posts: 3499
Joined: Fri Oct 13, 2006 8:24 am

Post » Fri Feb 26, 2010 12:47 pm

Well yeah, I figured as much. :P Do I just make a new script that says only that and then attach it to the mirror then?
User avatar
Peter P Canning
 
Posts: 3531
Joined: Tue May 22, 2007 2:44 am

Post » Fri Feb 26, 2010 8:59 am

Well yeah, I figured as much. :P Do I just make a new script that says only that and then attach it to the mirror then?

Ah, sorry. My desire to be cheeky must have overridden my desire to help. The script you'll want to attach to your activator would be like so:

ScriptName YourScriptNameHereBEGIN OnActivate    ShowBarberMenu;END


That should do it.
User avatar
Hearts
 
Posts: 3306
Joined: Sat Oct 20, 2007 1:26 am

Post » Fri Feb 26, 2010 10:53 am

Yeah I actually managed to guess my way to the right answer :P And I may have looked at a script that did a similar thing, but thanks for the help nonetheless. :)
User avatar
Josh Lozier
 
Posts: 3490
Joined: Tue Nov 27, 2007 5:20 pm


Return to Fallout: New Vegas