Talk:Math counter: Difference between revisions
Jump to navigation
Jump to search
Yar Kramer (talk | contribs) No edit summary |
(Math Counter) |
||
Line 1: | Line 1: | ||
Is it possible to transfer the value of a math_counter across multiple maps, i.e. to keep track of the number of cameras the player has knocked down in Portal? Or is there a better way of doing that than a math_counter? —[[User:Yar Kramer|Yar Kramer]] 15:39, 26 Jun 2008 (PDT) | Is it possible to transfer the value of a math_counter across multiple maps, i.e. to keep track of the number of cameras the player has knocked down in Portal? Or is there a better way of doing that than a math_counter? —[[User:Yar Kramer|Yar Kramer]] 15:39, 26 Jun 2008 (PDT) | ||
== Math Counter == | |||
Try using an env_global. It has a setting for keeping track of math variables across maps. |
Revision as of 17:23, 26 June 2008
Is it possible to transfer the value of a math_counter across multiple maps, i.e. to keep track of the number of cameras the player has knocked down in Portal? Or is there a better way of doing that than a math_counter? —Yar Kramer 15:39, 26 Jun 2008 (PDT)
Math Counter
Try using an env_global. It has a setting for keeping track of math variables across maps.