local engv = tonumber("0." .. Game.version:gsub("[%.%+]",""):sub(2)) engv = engv + (Game.version:find("+") and 0.01 or 0) post83 = (engv >= 0.83) --line 133
Code:
Failed to load: gui_dualfog_gadget.lua ([string "LuaGaia/Gadgets/gui_dualfog_gadget.lua"]:133: attempt to perform arithmetic on local 'engv' (a nil value))
local engv = tonumber("0." .. Game.version:gsub("[%.%+]",""):sub(2)) engv = engv + (Game.version:find("+") and 0.01 or 0) post83 = (engv >= 0.83) --line 133
Code:
Failed to load: gui_dualfog_gadget.lua ([string "LuaGaia/Gadgets/gui_dualfog_gadget.lua"]:133: attempt to perform arithmetic on local 'engv' (a nil value))
weee fun. Ok, I'll add that to my list of shit to track down :\.
local engv = tonumber("0." .. Game.version:gsub("[%.%+]",""):sub(2)) engv = engv + (Game.version:find("+") and 0.01 or 0) post83 = (engv >= 0.83) --line 133
Code:
Failed to load: gui_dualfog_gadget.lua ([string "LuaGaia/Gadgets/gui_dualfog_gadget.lua"]:133: attempt to perform arithmetic on local 'engv' (a nil value))
Ahh I assume the "*-gblahblah" stuff breakes it. Thx for mentioning.
Joined: 17 Nov 2005, 02:43 Location: Raegquitting Spring on 04/24/12
Dude... what do you want? I change the values and it doesn't work?
Would I be saying it didn't work if I had not changed the values first? Come on...
Edit: No, it does not work fine. Otherwise, gray clouds would not result from a setting of 111, and I would not have a full cloud bank with a density of 0.1
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum