Problem with changing respawn times via logic_auto

kimangroo

L3: Member
Mar 15, 2008
111
6
I've been trying to change the respawn timer on my map using a logic_auto as suggested here.

I haven't made this a multiphase map or anything so I've followed the basic instructions on that page but when I run the map I'm getting 4 errors that say something like:

Code:
[COLOR="Red"]!!ERROR: bad input/output link:
!!tf_gamerules (tf_gamerules, setblueteamrespawnwavetime) doesn't match type from logic_autoO[/COLOR]

I don't want to change the respawn times via a pointservercommand because that would change the times for all other maps as well I think.

Can anyone help?!
 

kimangroo

L3: Member
Mar 15, 2008
111
6
bah, I'm an idiot. I forgot to set the output parameters to "0".

Works fine now.