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 »Fail scripting

Author Topic: Fail scripting (1 messages, Page 1 of 1)
Moderators: Dennis

Head Noob
Joined: Oct 3, 2010

This difficulty is for noobs! Mythic is for pros


Posted: Dec 6, 2010 07:15 AM    Msg. 1 of 1       
(script startup elevator_exterior1
(sleep_until (= (device_get_power d1) 1) 15)
(begin
(device_operates_automatically_set e1 true)
(sleep_until (volume_test_object device1 e1) 15)
(device_operates_automatically_set e1 false)
)
)

(script continuous bridge1
(begin
(sleep_until (= (device_get_power d2) 1) 15)
(begin
(device_operates_automatically_set bridge1 true)
)
(begin
(sleep_until (= (device_get_power d2) 0) 15)
(begin
(device_operates_automatically_set bridge1 false)
)
)))


Will this work?
e1= Elevator 1
d1 and d2= Device 1 and 2
brideg1=C10 bridge thing.
Edited by Head Noob on Dec 6, 2010 at 07:17 AM

 

 
Previous Older Thread    Next newer Thread







Time: Fri January 20, 2023 9:31 PM 125 ms.
A Halo Maps Website