A Community discussion forum for Halo Custom Edition, Halo 2 Vista, Portal and Halo Machinima

Home  Search Register  Login Member ListRecent Posts
  
 
»Forums Index »Halo Custom Edition (Bungie/Gearbox) »Halo CE Technical / Map Design »script for disabling dev

Author Topic: script for disabling dev (2 messages, Page 1 of 1)
Moderators: Dennis

sierra117
Joined: Jan 10, 2008

If sex is good exercise, why are there fat sluts?


Posted: Nov 27, 2008 06:18 PM    Msg. 1 of 2       
what the script to disable dev?

also i have a problem with the ai_living_count script: its for a solo map and this is the whole script thats based on it:

(script startup complete
(sleep_until (= (ai_living_count swat_elites 1)
(camera_set_dead player1)
(game_won)
)


my encounter is swat_elites and its a solo map script


megahalofan12
Joined: May 21, 2008

Xbox Live/Xfire is: matthewdratt


Posted: Nov 27, 2008 09:22 PM    Msg. 2 of 2       
Quote: --- Original message by: sierra117
what the script to disable dev?


Quote: --- Original message by: Kirby_422
(script continuous nocheatingSP
(sleep 5)
(if (= cheat_deathless_player 1) (begin (set cheat_deathless_player 0) (game_lost)))
(if (= cheat_infinite_ammo 1) (begin (set cheat_infinite_ammo 0) (game_lost)))
(if (= cheat_bottomless_clip 1) (begin (set cheat_bottomless_clip 0) (game_lost)))
(if (= rasterizer_wireframe 1) (begin (set rasterizer_wireframe 0) (game_lost)))
(if (= cheat_super_jump 1) (begin (set cheat_super_jump 0) (game_lost)))
(if (= cheat_medusa 1) (begin (set cheat_medusa 0) (game_lost)))
(if (= cheat_jetpack 1) (begin (set cheat_jetpack 0) (game_lost)))
(if (= cheat_omnipotent 1) (begin (set cheat_omnipotent 0) (game_lost)))
(if (= cheat_bump_possession 1) (begin (set cheat_bump_possession 0) (game_lost)))
(camera_control 0)
)


Quote: --- Original message by: sierra117
also i have a problem with the ai_living_count script: its for a solo map and this is the whole script thats based on it:


(sleep_until (= (ai_living_count encount_1) 0) 15)


or


(script startup complete
(sleep_until (= (ai_living_count swat_elites) 0) 15)
(camera_set_dead player1)
(game_won)
)



It wait's until there all dead, if that's what you want

Edited by megahalofan12 on Nov 27, 2008 at 09:23 PM

 

 
Previous Older Thread    Next newer Thread







Time: Sat January 21, 2023 5:48 AM 203 ms.
A Halo Maps Website