Difference between revisions of "Talk:EnableFastTravel"
Jump to navigation
Jump to search
imported>Joetbd |
imported>TaggeD |
||
Line 18: | Line 18: | ||
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? | 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? | ||
Make it a global script would be one way | |||
-[[User:TaggeD|TaggeD]] 11:14, 2 April 2006 (EDT) |
Revision as of 10:14, 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 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?
Make it a global script would be one way
-TaggeD 11:14, 2 April 2006 (EDT)