Guest BL@(K-R34P3R Posted September 25, 2004 Posted September 25, 2004 (edited) This is a script I'm working on. I'm using SciTE editor. I'm literally just starting it, so I decide to compile to see if it works so far. All it is doing is opening the game file... Here's the code... ;Trains your Heavy Armor skill, which allows you to raise your Endurance. ;Works best if Heavy Armor is a Major or Minor Skill. (This will let you actually level up.) ;Starts up Morrowind, and continues a previously saved character. ContinueGameFunc() Func ContinueGameFunc() Run('"C:\Program Files\Bethesda Softworks\Morrowind"', "C:\Program Files\Bethesda Softworks\Morrowind\Morrowind Launcher.exe") WinWaitActive("Morrowind") MouseClick("left", 641, 418, 1, 0) EndFunc For some reason, it says there are no errors, but then when I try to run it is says: Quote >"C:\Program Files\AutoIt3\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\Randall Degges\My Documents\Scripts\EnduranceTrainer.au3" C:\Documents and Settings\Randall Degges\My Documents\Scripts\EnduranceTrainer.au3 (35) : ==> Unable to execute the external program.: Run('"C:\Program Files\Bethesda Softworks\Morrowind"', "C:\Program Files\Bethesda Softworks\Morrowind\Morrowind Launcher.exe") Access is denied.Now, I am on the admin of this computer.... I have full access to everything, including the game. It will let me run the game from the File, and from the shortcut MANUALLY, but whenever I run this program, I get access denied... Any ideas? Is there some way to get Access Granted! Edited September 25, 2004 by BL@(K-R34P3R
Valik Posted September 25, 2004 Posted September 25, 2004 Using the Run() command properly helps a whole lot.
Guest BL@(K-R34P3R Posted September 25, 2004 Posted September 25, 2004 Valik, I take back everything bad I ever said about you. ~Close Topic Please~
Valik Posted September 25, 2004 Posted September 25, 2004 BL@(K-R34P3R said: Valik, I take back everything bad I ever said about you. ~Close Topic Please~ <{POST_SNAPBACK}>You shouldn't, they were probably true.
Guest BL@(K-R34P3R Posted September 25, 2004 Posted September 25, 2004 Mind helping me on that other topic?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now