• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How do I make a unit move when I click on the keyboard (using arrows)?

Status
Not open for further replies.
Level 3
Joined
Sep 13, 2008
Messages
63
Edit: Decided I made some really bad code. So I updated it with one that works based on the units facing angle instead of just plain left, right, up, and down. Anyways, see the attached map.

  • Untitled Trigger 001
    • Events
      • Player - Player 1 (Red) Presses the Right Arrow key
    • Conditions
    • Actions
      • Unit - Order Footman 0001 <gen> to Move To ((Position of Footman 0001 <gen>) offset by (128.00, 0.00))
 

Attachments

  • Hive7.w3x
    12.9 KB · Views: 63
Status
Not open for further replies.
Top