- Joined
- Jul 12, 2010
- Messages
- 1,735
Could somebody help me with this code? Idk what I'm doing wrong=/
vJass Class Practice Lesson 14 P2
EDIT:
This problem is solved, thnx everyone!
vJass Class Practice Lesson 14 P2
JASS:
/*
* Declare a unit array called riflez
*
* Set position 1424 to a rifleman created for Player 3 at position 1.234, -1.234 with facing 182.2
*
* Run the map
*/
//! runtextmacro Variables()
unit array riflez
//! runtextmacro Actions()
set riflez[1424] = CreateUnit(Player(2), '000', 1.234, -1.234, 182.2)
//! runtextmacro End_Code()
EDIT:
This problem is solved, thnx everyone!
Last edited: