
xXKrenof EVILXx
Joined: Sep 15, 2008
I choose what I like.
|
Posted: May 8, 2011 11:31 PM
Msg. 1 of 1
I am having a problem with this script I am using. Can any one help?
(script dormant legend (if (game_difficulty_get legendary) (sleep 300) (sound_looping_start sound\music\reach\both_ways\both_ways none 1) (camera_control 1) (cinematic_start) (cinematic_show_letterbox 1) (camera_set cam6 100) (sleep 60) (camera_set cam7 100) (sleep 60) (camera_set cam8 100) (sleep 60) (camera_set cam9 100) (sleep 60) (camera_set cam10 100) (sleep 60) (camera_control 0) (cinematic_stop) (game_save) (ai_place trueboss) (sleep 90) (sleep_until (= (ai_living_count trueboss) 0) 15) (game_won) (if (game_difficulty_get hard) (game_won) (if (game_difficulty_get normal) (game_won) (if (game_difficulty_get easy) (game_won) )
This Is a dormant script for those that play on ledgendary and if not it by-passes this piticular cutscene and fight sceen all together.
|