Console Being Spammed

Avatar
baca25
342 Posts
Posted Aug 31, 2011
my console, when I'm testing my map is being spammed with this: @sphere: unknown scripted sequence "glados_wheatley_boss_idle"
I do not know why, or how to fix this. It isn't the biggest problem in the world, but it is very annoying.
Advertisement
Registered users don’t see ads! Register now!
Avatar
Skotty
671 Posts
Posted Aug 31, 2011
Replied 5 minutes later
Just remove the scripted_sequence that wants @sphere to act glados_wheatley_boss_idle.
Or change it to a existing sequence.
Avatar
baca25
342 Posts
Posted Aug 31, 2011
Replied 54 minutes later

Skotty wrote:
Just remove the scripted_sequence that wants @sphere to act glados_wheatley_boss_idle.
Or change it to a existing sequence.

How? I didn't add that script. That is comming from a generic_actor entity. I don't know how to reach the script.

Avatar
Vordwann
767 Posts
Posted Aug 31, 2011
Replied 12 minutes later
The default script for the generic actor must be an idle animation.
Avatar
baca25
342 Posts
Posted Aug 31, 2011
Replied 52 minutes later

Vordwann wrote:
The default script for the generic actor must be an idle animation.

I need to learn scripts, which I have been avoiding to do because I don't know what that means.

Advertisement
Registered users don’t see ads! Register now!
Avatar
Vordwann
767 Posts
Posted Aug 31, 2011
Replied 2 hours later
Pretty much your generic actor just runs on a bunch of scripts that you can tell to do certain things through inputs in Hammer. Unfortunately, it seems the script that runs while the entity is doing nothing is causing an error. Try playing through the wheatley fight to see if it happens there too.