Random number: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) (finally found out how to generate truly random events!) |
m (categorized) |
||
Line 2: | Line 2: | ||
''However'', you can use [[logic_case]]'s <code>PickRandom</code> input to trigger one of up to sixteen random outputs. | ''However'', you can use [[logic_case]]'s <code>PickRandom</code> input to trigger one of up to sixteen random outputs. | ||
[[Category:Technical]] |
Revision as of 17:11, 23 February 2008
There is no built-in entity to generate random numbers in Valve's Source games.
However, you can use logic_case's PickRandom
input to trigger one of up to sixteen random outputs.