Difference between revisions of "Talk:EnableFastTravel"
Jump to navigation
Jump to search
imported>Joetbd |
imported>Joetbd |
||
Line 17: | Line 17: | ||
; set fQuestDelayTime to 10 | ; set fQuestDelayTime to 10 | ||
Any ideas? | When I make this script the Oblivion Contruction Set excepts it will no errors. But I have no idea how to actually make it work. I guess it needs to be attahed to a quest or something. Any ideas? |
Revision as of 07:47, 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
When I make this script the Oblivion Contruction Set excepts it will no errors. But I have no idea how to actually make it work. I guess it needs to be attahed to a quest or something. Any ideas?