Jump to content
  • 0

Anyone can fix this?


FangYX

Question

local Data = {}
local configFile = gg.getFile()..'.cfg'
local Info = loadfile(configFile)
if Info ~= nil then
   Data = Info()
 Info = nil
end
if Info == nil then
Data = gg.prompt({"Copyright© 2020 FS267\n ❗ Please change if it's incorrect❗️\n\nPlayer Speed",
"Crewmate Vision",
"Impostor Vision",
"Total Task"},
  {"1","1","1.5","4"})
   if Data == nil then EXIT() else
  gg.saveVariable(Data, configFile)
 end else
 Data = gg.prompt({"Copyright© 2020 FS267\n ❗ Please change if it's incorrect❗️\n\nPlayer Speed",
"Crewmate Vision",
"Impostor Vision",
"Total Task"},{},{"number","number","number","number"})
  if Data == nil then EXIT() else
   gg.saveVariable(Data, configFile)
  end
 end

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.