Results 1 to 3 of 3

Thread: ---HELP--- how to script spawning warthog when countdown timer = zero

  1. #1
    Junior Member
    Join Date
    May 2011
    Posts
    11

    ---HELP--- how to script spawning warthog when countdown timer = zero

    Okay so my script is posted below. I am really confused why this isn't working.

    (script continuous COUNTDOWN_ZERO
    (begin
    (if (and (numeric_countdown_timer_get 10) true)
    (object_create mp_warthog ))
    )
    )








    Okay so the *COUNTDOWN_ZERO* SCRIPT should execute as such


    1. when countdown timer reaches 10 seconds
    2. spawn warthog


    **LATER on when my script is more developed I will make it to where certain team members (such as red team or blue team) can activate or deactivate the timers.


    Problem: The warthog is automatically spawned at the beginning of the game.

    --I MADE SURE that-- In Sapien that the banshee doesn't spawn under any game time.

    The game is thinking that the warthog is spawned at beginning however it is supposed to be spawned when 10 seconds are left from countdown timer.




    So what am I doing wrong?
    Reply With Quote

  2. #2
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,130

    Re: ---HELP--- how to script spawning warthog when countdown timer = zero

    Quote Originally Posted by didymus View Post
    So what am I doing wrong?
    For starters, your usage of the (begin) statement is completely redundant.
    Reply With Quote

  3. #3
    Tick Gate 2014 Donut's Avatar
    Join Date
    May 2007
    Location
    RIT
    Posts
    2,828

    Re: ---HELP--- how to script spawning warthog when countdown timer = zero

    in the base game, there is no function to check what team a player is on. open sauce may have added a function, but i dont know. you'd have to ask kornman.
    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
  •