Gez
Why don't I have a custom title by now?!
Posts: 9138
Registered: 07-07 |
If you want to use the default switch sound, you can simply omit the sound entirely. Also, do not define the same switch twice. This code is enough:
code: switch TGREYSW1 on pic TGREYSW2 tics 0
To explicitly tell it to use the default switch sound, you need to use the default switch sound's logical name, which is "switches/normbutn". However, since it's the default sound, there is no need to explicitly tell it to use the default, is there?
If you want to see examples, look at the animdefs file in zdoom.pk3.
|