Jump to content

antjam

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by antjam


  1. Firstly

    player setCurrentTask area1;

    should be-

    player setCurrentTask tskarea1; (as you named it in the setSimpleTaskDescription)

    Secondly and not so important the setCurrentTask command is only needed for the Task you wish the player to start the game with as his active mission, therefore only 1 is needed -

    (ie player setCurrentTask tskarea1; will start the game with "Destroy the radar" as the current objective , HUD markers etc)

    Hope this helps

×