1 2 3 4 5 6
import BigWorld, Keys H = 0 if BigWorld.isKeyDown(Keys.KEY_K): H = H + 1 if BigWorld.isKeyDown(Keys.KEY_L): H = H - 1