![]() |
SetLampLit HELP! - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: SetLampLit HELP! (/thread-7213.html) |
SetLampLit HELP! - Itskody - 04-06-2011 alright so when i try to load my map, it crashes and says that ALL of my SetLampLit didnt have matching signatures, this is my script PHP Code: void LightsOut(string &in entity) RE: SetLampLit HELP! - Pandemoneus - 04-06-2011 Because the signature is void SetLampLit(string& asName, bool abLit, bool abEffects); but you got string&, bool, string& RE: SetLampLit HELP! - Streetboat - 04-07-2011 yeah basically just change the "" at the end of your SetLampLit lines to say false. No quotes. |