juniorsky259 Posted July 26, 2016 Share Posted July 26, 2016 So I posted earlier about how to link a button to a door and I figured it out. However does anyone know how to put in that cut scene or the fx from the vanilla FO4 that happens when you use the teleporter? Like the one with the blue lights. I have been trying to figure it out but i haven't had any luck. Please help :) Link to comment Share on other sites More sharing options...
shavkacagarikia Posted July 28, 2016 Share Posted July 28, 2016 I used fx-s in skyrim and I think that in fo4 they are similar. I think you have to add property of the needed fx in script, and write something like this: <property_name_of_fx>.play(<object_you_want_fx_on>) for example if you want smile fx on player, you have to write: smilefx.play(game.getplayer()) Link to comment Share on other sites More sharing options...
juniorsky259 Posted July 28, 2016 Author Share Posted July 28, 2016 Ahhhh alright. I am somewhat new to scripting so I'll see what I can do. :) thanks again lol Link to comment Share on other sites More sharing options...
Recommended Posts