Results 1 to 10 of 11

Thread: Solo game question

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Computer geek
    Join Date
    Sep 2009
    Posts
    57

    Solo game question

    Hi, I am new to map making and so I need to bother you with my nonsensical questions. I would like to ask if any of you know how to end a solo game. I have tried scripts to even end the game as soon as you enter it, but none work. I am currently trying game_won but to no avail. I would really appreciate help. (Yes, it is set up as solo (done in Guerilla)) (Yes, I click compile scripts and then save scenario) (No, no errors come up)
    Thanks,
    -Arightwizard


    Examples of scripts I've tried that didn't work:

    (script startup endgame
    (sleep 5)
    (game_won)
    )
    (script startup endgame
    (game_won)
    )
    (script startup endgame
    (sleep_until (vehicle_test_seat_list drive_me "wdriver"
    (players)))
    (deactivate_team_nav_point_object "player" drive_me)
    (game_won)
    )
    (endgame = script's name and a trigger volume's name)
    (script startup endgame
    (sleep_until (volume_test_objects endgame (players))15)
    (game_won)
    )
    Last edited by Arightwizard; September 14th, 2009 at 04:17 PM.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •