Jump to content

Recommended Posts

Posted (edited)

;_ReadSettings() - Reads all of the settings from the configuration file. If a value doesn't exist, the bot will ask for the value, save it, then proceed.
Func _ReadSettings()
$GameFolder = IniRead($SettingsFile, "GamePath", "Path", "")
If Not FileExists($GameFolder & "\APBGame\Config\APBEngine.ini") Then
Do
$GameFolder = FileSelectFolder("Find the APB Reloaded install folder", "", 0,
@program
FilesDir)


Until FileExists($GameFolder & "\APBGame\Config\APBEngine.ini")
IniWrite($SettingsFile, "GamePath", "Path", $GameFolder)
EndIf
;If the game's configuration file is not found, then your path name is incorrect. The bot will proceed to ask for the proper path until the proper path is given and then write the proper path into the configuration file.

I get FilesDir error:

Line 247

FilesDir)

FilesDir^ ERROR

Error: Missing separator character after keyword.

Edited by Psycho366
Posted

Welcome to AutoIt and the forum!

Game automation isn't allowed on this forum! Please read the forum rules (link is in the lower right corner of this page).

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

  On 1/29/2013 at 5:04 PM, 'water said:

Welcome to AutoIt and the forum!

Game automation isn't allowed on this forum! Please read the forum rules (link is in the lower right corner of this page).

I was read it, and sorry for it.

I edited my first post >_<

  • Moderators
Posted

Psycho366,

Please read the Forum rules (there is also a link at bottom right of each page) before you post again. You will see that not only do we prohibit game automation, but we also are not keen on people who "merely reword the question to get around one of the prohibitions listed above. :naughty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...