DP Resource is a fan site/resource site for Digital Paint: Paintball 2, a digital paintball 3D first-person shooter game modeled after the real Paintball sport.

Handedness switcher

Bind script type: 
Assists gameplay

The X key changes handedness.

bind "x" "hnd1"
alias hnd1 "echo left;hand 1;bind x hnd2;bind joy2 hnd2"
alias hnd2 "echo center;hand 2;bind x hnd3;bind joy2 hnd3"
alias hnd3 "echo right;hand 0;bind x hnd4;bind joy2 hnd4"
alias hnd4 "echo center;hand 2;bind x hnd1;bind joy2 hnd1"