![]() |
Any existing script to disable entities? - 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: Any existing script to disable entities? (/thread-6789.html) |
Any existing script to disable entities? - Viperdream - 03-04-2011 Hi, I searched over all the scripts on the wiki, looked through the map files and searched on the forums. But I can't fight any clear answers on this question. Anyone knows how this script looks like? ![]() RE: Any existing script to disable entities? - Tanshaydar - 03-04-2011 SetEntityActive("EntityName", false); RE: Any existing script to disable entities? - Viperdream - 03-04-2011 (03-04-2011, 09:38 PM)Tanshaydar Wrote: SetEntityActive("EntityName", false); Oh right >.< |