Jump to content

[SOLVED] I need help fixing weird crash


Recommended Posts

Hello, I need help with fixing some crash :?...

So, when my character goes insane & examines another player's skeleton this happens (the game doesn't crash if he's not insane & examines)

Crash 1.png

I would really love some help because I have no idea why this's happening :(...

Thanks for reading my problem have a wonder full day/night :D!!

Edited by SuperDavid
Link to comment
Share on other sites

		SKELETON_PLAYER =
		{
			MALE = "%s must've died performing an experiment with %s.",
			FEMALE = "%s must've died performing an experiment with %s.",
			ROBOT = "%s must've died performing an experiment with %s.",
			DEFAULT = "%s must've died performing an experiment with %s.",
		},

I remember you had two speeches. The %s in that section has to be a %s. Not a %S.

Either that or you have a "string.upper" functions chewing your descriptions and turning that %s into a %S for your insane form.

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...