Falloutfxer Posted April 18, 2016 Posted April 18, 2016 Is there a command that works like the fast travelling-System, one that lets you travel like coc but makes a certain amount of time pass? Or do I have to use coc and "Set GameHour to GameHour + X" and just stop the time normal fast travel takes to fill in X?
matzman666 Posted April 18, 2016 Posted April 18, 2016 Yes, Game.fastTravel(ObjectReference akDestination).
Falloutfxer Posted April 18, 2016 Author Posted April 18, 2016 Ehmm... doesn't really work. I put game.fasttravel PrimmMapMarker in the script and it won't even save. What did I do wrong?
Ladez Posted April 18, 2016 Posted April 18, 2016 On 4/18/2016 at 2:17 PM, matzman666 said: Yes, Game.fastTravel(ObjectReference akDestination).Wrong game dude. On 4/18/2016 at 1:43 PM, Falloutfxer said: Is there a command that works like the fast travelling-System, one that lets you travel like coc but makes a certain amount of time pass? Or do I have to use coc and "Set GameHour to GameHour + X" and just stop the time normal fast travel takes to fill in X?There's no fast travel function. The best you can do is use MoveTo to teleport the player to another reference, but you will have to do the time advancing yourself.
Recommended Posts