Dan the Man Entertainment
 
 
 
  Joined: 31 May 2003 Posts: 204
 
  | 
		
			
				 Posted: Tue May 25, 2004 1:34 pm    Post subject: Yet another problem......... | 
				     | 
			 
			
				
  | 
			 
			
				Now that the other problem has been cleared up, I have yet another problem:
 
 
I just finished programming an entire dungeon with the boss, scripts, and everything. Here's the problem: You can't enter it!
 
 
When you enter the dungeon, the game plays the dungeon music, turns the screen black, and freezes. There's no cameras involved in the script (as it only checks if something is set) and you can't even bring up the menu. This is a phenomenal error and I need info on what might be the problem. 
 
 
Heres he script:  	  | Quote: | 	 		  script, thundercrystals, begin
 
set tag (tag: airplanearea, off)
 
while (checktag(tag: allsealsbroken)==OFF)do(
 
if (tag:northseal==True, and,  tag:southseal==true, and, tag: westseal==true, and, tag:eastseal==true ) then, begin
 
set tag (tag: allsealsbroken, ON)
 
end
 
)
 
end
 
 
used as an autorun script
 
 | 	 
  | 
			 
		  |