Jump to content

Game crashes after selecting character


Recommended Posts

I'm currently helping a friend with their character, working on some unique items and abilities, but I'm running into errors while testing it.

I'll load the server and reach the character select, but after selecting said character, I get this error:

59c1302e9516e_scrunchieerror.thumb.png.ecfe30407c8bc09b1d47112d0efb5641.png

The lines specified in the character lua are as follows:

local common_postinit = function(inst)
	-- Minimap icon
	inst.MiniMapEntity:SetIcon( "scrunchie.tex" )
	inst:AddTag("sswaitress")
end

I can't for the life of me figure out what the issue is here, I've gone over it several times, referencing it against my own mod, but it nothing looks different other than the tag itself. As far as I can tell, it has something to do with trying to add the tag, but beyond that I'm stumped.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...