Jump to content

monaewae

Member
  • Content Count

    3
  • Joined

  • Last visited

    Never
  • Medals

Community Reputation

0 Neutral

About monaewae

  • Rank
    Rookie
  1. There is a bug in the nearestcommand, In the mean tIme i will try to find a way round the problem. Thanks for the help.
  2. Has anybody noticed that certain lines of script do not work after the resistance upgrade has been installed. This line... </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ?(leader _groupname distance _objective <= 2n): leader _groupname action ["TAKE FLAG", nearestobject[leader _groupname, "Flags1"]] <span id='postcolor'> worked for version 1.3 (the leader of the group would take the flag) but kicks up an error in V1.75. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> |#| type number, expected object<span id='postcolor'> In the line </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">_objective<span id='postcolor'> refers to the flag itself. I have noted no changes in the new command reference to the commands </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">action<span id='postcolor'> and </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">nearest object<span id='postcolor'> Could V1.3 scripts not working in V1.75sombody please tell me why this line does not work.
  3. monaewae

    CreateUnit Bug/Missing function

    Because a group in ofp is an array you can select a unit to get him to do something ------------------------------ e.g. units alpha select 0 commandmove....etc...etc ------------------------------ If you know the groupname and the the number of the unit you can order it around. similarly you can get the group to move with.... ----------------------------- alpha move house1 ----------------------------- hope this helps
×