challenge RunLethysVortex

run script RunLethysVortex

begin script RunLethysVortex
	Town = get TOWN at [3231, 3396] radius 5
	VortexPos = marker at [3379.6926, 3239.9321]
	FlockPos = marker at [3157.7632, 18.6187, 3226.7483]
	CreaturePos = marker at [3366.689, 77.720, 3260.873] //change this if needed
	Citadel=0

start
	run script SetupLand2
	load my_creature at [CreaturePos]
	//Do what land 2 beginning does.
//	build building at [CitadelPos] desire 1
//	Citadel = get CITADEL at [3361.2600, 77.0500, 3241.8501] radius 10
//	BUILT of Citadel = 1
	release MyCreature
	run script SetUpComputerPlayersAtStartOfLand2
	run script LethysVortex

	stop all scripts excluding files "RunLethysVortex.txt"
	load map "scripts/land3.txt"
	set fade in time 6	



end script RunLethysVortex
