![]() |
How do I add more than one objective?
I want to add three objectives to my map, how do I script this in?
I can script one objective but have not seen a Tutorial on adding more than one.....can anyone help or point me in the right direction? |
level.target_to_destroy = 3
Well if you just want to add more bombs, here is a few lines from the V-2 multiplayer script.
$v2_explode thread global/obj_dm.scr::bomb_thinker $ctrlroom_explode thread global/obj_dm.scr::bomb_thinker thread allies_win_bomb $v2_explode $ctrlroom_explode $v2_explode thread axis_win_timer end allies_win_bomb local.bomb1 local.bomb2: while (local.bomb1.exploded != 1) wait .1 while (local.bomb2.exploded != 1) wait .1 teamwin allies end |
All times are GMT -6. The time now is 08:11 AM. |
Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.