Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Key.X = Wiimote1.A //Jumping
- Key.Z = Wiimote1.Nunchuk.ZButton //Hurricane
- Key.End = Wiimote1.B //Land Crash
- Key.D = Wiimote1.Plus //HP Potion
- Key.C = Wiimote1.Minus //NPC Chat
- Key.A = Wiimote1.Home //Trinity
- Key.Space = Wiimote1.One //Fatality
- Key.W = Wiimote.Two //Soul Resonance
- Key.Shift = Wiimote1.Nunchuk.CButton //Looting
- Key.Left = (-1.2 < wiimote.Nunchuk.JoyX < -0.5) //Left
- Key.Right = (0.5 < wiimote.Nunchuk.JoyX < 1.2) //Right
- Key.Up = (-1.2 < wiimote.Nunchuk.JoyY < -0.5) //Up
- Key.Down = (0.5 < wiimote.Nunchuk.JoyY < 1.2) //Down
- If HeldDown(Wiimote1.Nunchuk.CButton,1 second)
- Key.F = Wiimote1.Up //Power Transfer
- Key.V = Wiimote1.Left //Call of Ancient
- Key.B = Wiimote1.Down //Iron Lotus
- Key.N = Wiimote1.Right //Soul Seeker / MW
- Else
- Key.Console = Wiimote.Up //Vertical Launch
- Key.Ctrl = Wiimote1.Left //Rush
- Key.Q = Wiimote.Down //Primal Roar
- Key.Dot = Wiimote.Right //Soul Seeker
- Endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement