Page 1 of 1
game_score = OC ent?
Posted: Sun Aug 01, 2010 5:49 pm
by Suppercut
Just wanted to ask since I didn't see it on the wiki.
Re: game_score = OC ent?
Posted: Sun Aug 01, 2010 5:55 pm
by Andrax17
Suppercut wrote:Just wanted to ask since I didn't see it on the wiki.
its not OC ent.
http://developer.valvesoftware.com/wiki/Game_score
Posted: Sun Aug 01, 2010 5:57 pm
by Suppercut
Wait, then.... how do I give the team points for, say, destroying a teleporter?
Posted: Sun Aug 01, 2010 7:24 pm
by DisConnected
Name your game_score, then add an output for the func_breakable:
onbreak | <name of game_score> | ApplyScore
I think that's it, or something very close to that. You set how many points a game_score gives you in the class table tab.
Posted: Sun Aug 01, 2010 8:26 pm
by Suppercut
So you're saying game_score works with OC points?
I know how the I/O system works.