Moving Through Sleeping

Post » Fri May 13, 2011 5:53 pm

I am just interested, also for one of the mods i am working on. How would you do that when you go to sleep in a bed you are being moved to another location like how you get to Point Lookout. I want to make how you travels like that through B29 bomber to different locations.
User avatar
Imy Davies
 
Posts: 3479
Joined: Fri Jul 14, 2006 6:42 pm

Post » Fri May 13, 2011 3:38 pm

Add a script with an OnActivate block with uses player.MoveTo.
User avatar
Naughty not Nice
 
Posts: 3527
Joined: Sat Nov 04, 2006 6:14 am

Post » Fri May 13, 2011 4:53 am

Add a script with an OnActivate block with uses player.MoveTo.

'Which Script?
User avatar
Rachel Cafferty
 
Posts: 3442
Joined: Thu Jun 22, 2006 1:48 am

Post » Fri May 13, 2011 8:02 am

Create your own and add it to the bed.

I.e.

scn wakeywakeySCRIPTbegin onActivate playerplayer.moveTo 'placenameofyourmarkerhere' ;((moves the player to the location you've set))SetPCSleepHours 6 ;((would generally make the player sleep for 6 hours))end


Then add the script to the bed and hey-ho, when you click on it, whumph, sleeping and moving, clever eh?

Scripts can be done many ways so someone else might have additional ideas :)
User avatar
Megan Stabler
 
Posts: 3420
Joined: Mon Sep 18, 2006 2:03 pm

Post » Fri May 13, 2011 5:48 am

Create your own and add it to the bed.

I.e.

scn wakeywakeySCRIPTbegin onActivate playerplayer.moveTo 'placenameofyourmarkerhere' ;((moves the player to the location you've set))SetPCSleepHours 6 ;((would generally make the player sleep for 6 hours))end


Then add the script to the bed and hey-ho, when you click on it, whumph, sleeping and moving, clever eh?

Scripts can be done many ways so someone else might have additional ideas :)


Thanks
User avatar
Karen anwyn Green
 
Posts: 3448
Joined: Thu Jun 15, 2006 4:26 pm


Return to Fallout: New Vegas