Difference between revisions of "Talk:EnableFastTravel"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Joetbd
(No difference)

Revision as of 07:45, 2 April 2006

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

Any ideas?