Jump to content

multikiller

Member
  • Content Count

    29
  • Joined

  • Last visited

  • Medals

Everything posted by multikiller

  1. multikiller

    Simple Question.

    First place your own playable unit, Then press unit, and change the "Blufor" to "empty:" if you place a AIR unit boat or what ever, it will be empty (the colour is not green of red on the map but orange if you did it right)
  2. multikiller

    Little Help

    Hi, I just started scripting and stuff, but it isn't working very well. The main problem i have is: where to enter those script commands. The only scripted that worked for me is the MoveInDriver, i named my Humvee HMMVV and the Soldier i called Soldier1 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">soldier1 moveInDriver HMMVV I placed this online in the waypoint by: On Act. But that is the only working thing i found! Here an example i tried: i tried to get a soldier to a watertower object (i called it Watertower), so i putted this line in the waypoint -> On Act: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Soldier1 moveto watertower But when i tried it, it said: Error Moveto: Type object, Expected Array. Another thing i tried was a move from "Armed Assault moves description by Vänskä of LDD Kyllikki" his list: i tried the switchmove: * DeadState So i placed this line in the waypoint -> On Act: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Soldier1 Switchmove Deadstate But nothing happend Can someboy give me a small tutorial where to put those commands (in waypoints or triggers) and how i get them to work? (the scripting thing in the wiki didn't really help) Thank you! (sorry for my poor english)
  3. multikiller

    Little Help

    When i try this line: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">soldier1 moveto {getpos watertower} i can't press ok, because it says: Moveto: Type Any, expected Object. when i try this line: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">soldier1 moveto (getpos watertower) i can press ok, but ingame nothing happens, the soldier doesn't move to the watertower when he reached his waypoint
  4. multikiller

    Little Help

    hey there thanx j-man, the deadstate is working! but that from the watertower isn't working yet also to Lethal, it doesn't work
×