Talk:EnableFastTravel

From the Oblivion ConstructionSet Wiki
Revision as of 07:49, 2 April 2006 by imported>Joetbd
Jump to navigation Jump to search

I am looking to enable FastTravel only while Mounted on a horse.

Can I use the EnableFastTravel command in a script?

Im going to just write this down, to illustrate that I dont know what I am doing. But hopefully someone will see what I am trying to do:

scriptname HorseOnly
Short Mounted
begin GameMode
If Mounted == 1
EnableFastTravel 1
endif
If Mounted == 0
EnableFastTravel 0
endif
set fQuestDelayTime to 10

When I make this script the Oblivion Contruction Set excepts it with no errors. But I have no idea how to actually make it work. I guess it needs to be attached to a quest or something. Any ideas?