PDA

View Full Version : StarWars



crb
03-23-2010, 04:14 PM
;repost download starwars.lic
;starwars

Enjoy


Just be patient, it is huge, so takes awhile to load once activated.

Drew
03-23-2010, 07:20 PM
You've piqued my interest.

Swami71
03-23-2010, 07:25 PM
http://slashninja.com/wp-content/uploads/2008/02/aciiwars.jpg

Cephalopod
03-23-2010, 07:28 PM
Just be patient, it is huge, so takes awhile to load once activated.

That's what she said?

Drew
03-23-2010, 07:30 PM
=begin
Run this script to watch StarWars in game. This is will run all the other 5 parts automatically for you.
by Virilneus
=end

def message(message)
if $fake_stormfront then puts("\034GSL\r\n") else puts("<pushBold\/>") end
if(message.index("\n"))
puts " "
message.split("\n").each { |line| puts "| #{line}" }
else
puts("| " + message)
end
if $fake_stormfront then puts("\034GSM\r\n") else puts("<popBold\/>") end
end



if !Script.exists?('starwars1')
start_script "repository", ["download", "starwars1.lic"]
wait_while{running?("repository")}
end
message("Part 1 Done, Loading Part 2......")
if !Script.exists?('starwars2')
start_script "repository", ["download", "starwars2.lic"]
wait_while{running?("repository")}
end
message("Part 2 Done, Loading Part 3......")
if !Script.exists?('starwars3')
start_script "repository", ["download", "starwars3.lic"]
wait_while{running?("repository")}
end
message("Part 3 Done, Loading Part 4......")
if !Script.exists?('starwars4')
start_script "repository", ["download", "starwars4.lic"]
wait_while{running?("repository")}
end
message("Part 4 Done, Loading Part 5......")
if !Script.exists?('starwars5')
start_script "repository", ["download", "starwars5.lic"]
wait_while{running?("repository")}
end

message("WELCOME TO THE THEATRE")
message("PRESENTED BY VIRILNEUS")
message("ENJOY THE SHOW")
pause 2
message("PLEASE NOTE THERE IS A DELAY BETWEEN EACH SECTION")
message("PATIENT, YOU MUST BE")


start_script "starwars1"
wait_while{running?("starwars1")}

start_script "starwars2"
wait_while{running?("starwars2")}

start_script "starwars3"
wait_while{running?("starwars3")}

start_script "starwars4"
wait_while{running?("starwars4")}

start_script "starwars5"
wait_while{running?("starwars5")}