templechief Posted September 5, 2017 Share Posted September 5, 2017 Hi, im new in creation kit and im trying to make that a vertibird actor teleports the player to an interior cel, i managed to get the teleport working but the player ends up stuck in gunner position floating in the middle of nothing, http://i587.photobucket.com/albums/ss314/templechief/20170905151247_1_zpscetuwsp8.jpgis an interior cel with some sort of skybox that i reverse engineer form another mod, in the distance you can bearly see the vertibird model where the xmarker is, but i end up floating above the vertibird actor location inside this skybox stucked in the gunner position. heres the code Scriptname CruiseMode extends Actor ObjectReference Property HomeMarker Auto Const Event OnActivate (ObjectReference akActionRef) BlockActivation() SetDestroyed() Game.GetPlayer().MoveTo(HomeMarker) endEvent ive tried block activation and setdestroyed none of them seem to prevent the we could say mounting animation any ideas?, please help sorry for my bad english. Link to comment Share on other sites More sharing options...
BlahBlahDEEBlahBlah Posted September 6, 2017 Share Posted September 6, 2017 There's a Vertibird that is just a door, none of the actor Vertibird stuff. What about using that instead? Otherwise, you'll have to call to exit the minigun idle somehow...or Kill the Vertibird. Link to comment Share on other sites More sharing options...
templechief Posted September 6, 2017 Author Share Posted September 6, 2017 There's a Vertibird that is just a door, none of the actor Vertibird stuff. What about using that instead? Otherwise, you'll have to call to exit the minigun idle somehow...or Kill the Vertibird.i know about the verti bird door, but i want to use the actor because is a vertibird you can call and use as transport, but i want to add in a menu that pops up when you talk to it asking the player if you want to ride it or if you want to enter the interior cel. so you know a way to call exit minigun idle or kill the vertibird for that instance of code, or any other way to activate this menu without activating the vertibird, ill try it. thanks for responding Link to comment Share on other sites More sharing options...
BlahBlahDEEBlahBlah Posted September 6, 2017 Share Posted September 6, 2017 Could do a perk with an entry point add an activate choice to the actor.Like "E to ride" is always there, but can add "R to do something else". Would need a perk with a small bit of scripting and then a tiny quest to give the player the hidden perk. I'm not sure I remember how to set it up the quest and perk fragment though, as last time I had to have someone remind me, hah. =P Link to comment Share on other sites More sharing options...
templechief Posted September 6, 2017 Author Share Posted September 6, 2017 Thank you very much, i was wandering how to that becouse , well the vertibird is a mod that already has the option on r to acces its inventory, it is restricted only to e and r? Link to comment Share on other sites More sharing options...
Recommended Posts