Jump to content

How do I give a follower the >go to Lucky 38 command?


firsTraveler

Recommended Posts

Add the FollowersFiredLucky38 or FollowersFiredL38 topic (I don't remember which it is) to their dialogue topics quest. Set the conditions GetIsID == YourNPCREF, GetQuestVariable VFollowersDialog, bSuiteAvailable == 1, and make the Result script (begin):

 

SetTeammate 0
moveTo Lucky38Floor22SuiteMarkerREF

 

Don't forget to append all your package control variable switching code to that.

Link to comment
Share on other sites

Sigh, I was hopeing there was something simple. I'm not a modder, just want to be able to send Sunny to the 38.

haha that is simple. (in modding terms)

 

yea there isnt a command in game that you could do.

 

 

I'm no moder, I can just use a few basic bits of the GECK to edit stats and inventory of npcs mostly.

Link to comment
Share on other sites

  • 2 weeks later...

You're better off getting more experience with GECK before you try stuff like this. This is pretty simple.

And it would also be better if it was move with fade

 

Yeah, but I remember off the top of my head the exact structure of moveTo. moveToMarkerWithFade (Or whatever it is) would have required me hunting it up in the Function Page.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...