Game_Text crashes HL, Help? Created 17 years ago2006-09-19 06:08:41 UTC by VortigauntSlave VortigauntSlave

Created 17 years ago2006-09-19 06:08:41 UTC by VortigauntSlave VortigauntSlave

Posted 17 years ago2006-09-19 06:08:41 UTC Post #196903
Normally when i try and create a Game_Text, it crashes the game (the error report box comes up). I know how to set them up and trigger them but most of the time they crash the game, but occasionally they work, i believe i do everything the same each time, does anyone know why this happens?
Thanks. :
Posted 17 years ago2006-09-19 08:46:38 UTC Post #196910
I believe there's a maximum of 255 characters per game_text. Also, if you make you lines too long, the game could crash. Use the /n or n to make a new line. It works like this:

Hello, im the first line.nIm the second line.

Which creates:

Hello, im the first line.
Im the second line.

You only need to figure out whether its n or /n.
The Mad Carrot The Mad CarrotMad Carrot
Posted 17 years ago2006-09-19 08:53:51 UTC Post #196912
Ok, Thanks ill try that. :)
You must be logged in to post a response.