Talk:Logic case: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(question about 'tests')
Line 1: Line 1:
== Error with ambient_generic ==
== Error with ambient_generic ==


Line 5: Line 4:
: If I understand you correctly, you're trying to stop an ambient_generic from playing a sound. This won't work because of bugs with the ambient_generics [[Ambient generic: stop and toggle fix|which can only be fixed by a programmer]]. --[[user:TomEdwards|TomEdwards]] 08:13, 1 August 2009 (UTC)
: If I understand you correctly, you're trying to stop an ambient_generic from playing a sound. This won't work because of bugs with the ambient_generics [[Ambient generic: stop and toggle fix|which can only be fixed by a programmer]]. --[[user:TomEdwards|TomEdwards]] 08:13, 1 August 2009 (UTC)
::It still doesn't make sense. It works just fine in my other map, but when a logic_case is involved, it doesn't work.--[[User:MongoTheMad|MongoTheMad]] 17:51, 1 August 2009 (UTC)
::It still doesn't make sense. It works just fine in my other map, but when a logic_case is involved, it doesn't work.--[[User:MongoTheMad|MongoTheMad]] 17:51, 1 August 2009 (UTC)
== Test Value ==
What is that? How do I use it, and what for? This is not the only entity that 'tests' things, could I get an explanation on all of these?

Revision as of 03:30, 30 July 2011

Error with ambient_generic

I have one of these logic cases with 8 unique ambient_generic entities attached to it and a button that randomly selects a case. On all of the case events, they stop all the ambient_generics and after a delay of 1 second plays its own sound. When compiled, the logic_case ignores the option to stop the sounds but still delays by 1 second the option to play the sound. The other logic_cases in my map work properly. It is only this one with I am having trouble. --MongoTheMad 23:11, 31 July 2009 (UTC)

If I understand you correctly, you're trying to stop an ambient_generic from playing a sound. This won't work because of bugs with the ambient_generics which can only be fixed by a programmer. --TomEdwards 08:13, 1 August 2009 (UTC)
It still doesn't make sense. It works just fine in my other map, but when a logic_case is involved, it doesn't work.--MongoTheMad 17:51, 1 August 2009 (UTC)

Test Value

What is that? How do I use it, and what for? This is not the only entity that 'tests' things, could I get an explanation on all of these?