| 835 | } |
| 836 | |
| 837 | static U8 trigger_trap(const xtextbox::jot& j) |
| 838 | { |
| 839 | if (j.context != 0) |
| 840 | { |
| 841 | zEntPlayerControlOff(CONTROL_OWNER_TALK_BOX); |
| 842 | } |
| 843 | else |
| 844 | { |
| 845 | zEntPlayerControlOn(CONTROL_OWNER_TALK_BOX); |
| 846 | } |
| 847 | return 1; |
| 848 | } |
| 849 | |
| 850 | static void parse_tag_wait(xtextbox::jot& j, const xtextbox&, const xtextbox& ctb, |
| 851 | const xtextbox::split_tag& ti) |
nothing calls this directly
no test coverage detected