Castle Paradox Forum Index Castle Paradox

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 Gamelist   Review List   Song List   All Journals   Site Stats   Search Gamelist   IRC Chat Room

Yet another problem.........

 
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP!
View previous topic :: View next topic  
Author Message
Dan the Man Entertainment




Joined: 31 May 2003
Posts: 204

PostPosted: Tue May 25, 2004 1:34 pm    Post subject: Yet another problem......... Reply with quote

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
Back to top
View user's profile Send private message
Retrogamer
Trailblazer




Joined: 17 Mar 2003
Posts: 30
Location: Canada

PostPosted: Tue May 25, 2004 2:31 pm    Post subject: Heh. Reply with quote

You need a "wait (1)" command in your while loop.

~Retro
Back to top
View user's profile Send private message Send e-mail
Dan the Man Entertainment




Joined: 31 May 2003
Posts: 204

PostPosted: Tue May 25, 2004 3:26 pm    Post subject: Reply with quote

Worked like a charm! Thanx Retro!

Unfortunately, now I realized that my script doesn't work to set the "allcrystals" tag. What did I do now?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP! All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group