Jump to content

game is unable to find ref_tags


Recommended Posts

I have a pretty basic scripted elevator set up, so that it will move from a ref_tag at the bottom to a ref_tag at the top and back when activated.

 

My script seems to work fine; I can see it execute properly in the console with developer mode on.

However, no matter what I seem to do, I'm getting the message

 

ERROR: Unable to find tag "elv_up" for ent 40!

ERROR: Unable to find tag "elv_dn" for ent 40!

 

(ent 40 is identified as my elevator)

 

It then defaults the coordinate locations to (0,0,0) and my elevator moves to the world origin.

 

Any ideas?

 

EDIT

Never mind, I was just being stupid and not triple-checking my entity names!

Link to comment

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
×
×
  • Create New...