Silentdarkness1 Posted May 19, 2014 Share Posted May 19, 2014 So, i'm working on a mod that will add the scarytoprey tag to Catcoons, but upon spawning a catcoon into the world, I get the following error: "...pps/common/dont_starve/data/scripts/entityscript.lua:267: attempt to index field 'entity' (a nil value)LUA ERROR stack traceback: C:/Steam/steamapps/common/dont_starve/data/scripts/entityscript.lua(267,1) in function 'AddTag' C:/Steam/steamapps/common/dont_starve/data/../mods/Spring Renovations/modmain.lua(19,1) =(tail call) ? =[C] in function 'xpcall' C:/Steam/steamapps/common/dont_starve/data/scripts/mods.lua(15,1) in function 'mod' C:/Steam/steamapps/common/dont_starve/data/scripts/mainfunctions.lua(133,1) =[C] in function 'SpawnPrefab' C:/Steam/steamapps/common/dont_starve/data/scripts/mainfunctions.lua(156,1) in function 'SpawnPrefab'" log.txt http://pastebin.com/dwAQPzdj Link to comment https://forums.kleientertainment.com/forums/topic/36616-mod-crash-crash-upon-trying-to-postinit-catcoons/ Share on other sites More sharing options...
Rincevvind Posted May 19, 2014 Share Posted May 19, 2014 show your code Vanga mode ONyou probably trying to add tag to uninitialized or wrong variableVanga mode OFF Link to comment https://forums.kleientertainment.com/forums/topic/36616-mod-crash-crash-upon-trying-to-postinit-catcoons/#findComment-484078 Share on other sites More sharing options...
simplex Posted May 19, 2014 Share Posted May 19, 2014 (edited) You wrote inst.AddTag instead of inst:AddTag. Edited May 19, 2014 by simplex Link to comment https://forums.kleientertainment.com/forums/topic/36616-mod-crash-crash-upon-trying-to-postinit-catcoons/#findComment-484079 Share on other sites More sharing options...
Silentdarkness1 Posted May 19, 2014 Author Share Posted May 19, 2014 @simplex It can never be a reasonable or convuluted problem. Like, oh you forgot to carry some math, or, you should've used a componentpostinit instead of a prefabpostinit. Nope. It's a freaking colon instead. Thanks xD Link to comment https://forums.kleientertainment.com/forums/topic/36616-mod-crash-crash-upon-trying-to-postinit-catcoons/#findComment-484097 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now