Talk:Dropper (Portal 2)

From Valve Developer Community
Revision as of 18:46, 21 May 2011 by Persianstoner (talk | contribs) (Created page with 'For creating multiple droppers, I didn't use the same instance twice that made too many cubes spawn out of either dropper. For the second cube dropper in my map I used "instances…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For creating multiple droppers, I didn't use the same instance twice that made too many cubes spawn out of either dropper. For the second cube dropper in my map I used "instances/gameplay/cube_dropper_dropontrigger_normal.vmf" which then gave me the inputs without the @ symbol. The first dropper still used the @ symbol and was the "cube_dropper_normal" instance. Can anyone else verify?