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

Load Game Script....

 
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP!
View previous topic :: View next topic  
Author Message
Xerian
The one and only in all




Joined: 21 Jul 2003
Posts: 59

PostPosted: Sat Aug 16, 2003 6:42 am    Post subject: Load Game Script.... Reply with quote

The problem I'm having is that the part with the setting the battle mode and HP and MP won't work. It works when I run it as a normal plotscript but when I attempt to load game it won't work even though the tag is on. I've tried doing an autonumber script also but that didn't work either. What am I doing wrong?

script, Speedup, begin
if (check tag (tag: Slept at Housings))
then, begin
set variable(vehicle X,NPC X(5))
set variable(vehicle Y,NPC Y(5))
set variable(used vehicle, true)
set variable(other vehicle X,NPC X(6))
set variable(other vehicle Y,NPC Y(6))
set variable(used other vehicle, true)
if (check tag (tag: Normal Skill))
then, begin
set battle wait mode (off)
set no HP level up restore (on)
set no MP level up restore (on)
end
end
end
_________________
OHR dies hard.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address
sephy99




Joined: 06 Aug 2003
Posts: 43

PostPosted: Sat Aug 16, 2003 7:12 am    Post subject: Reply with quote

I seriously doubt that this is the problem, but is the second if statement meant to be inside the first one, because the way you have the ends set up it runs the first if statement then the second one within it, so that if the first statement is not true then the second one never even happens. If you don't want this to happen then simply put one of the ends before the second if statement, otherwise... I can't help.
Back to top
View user's profile Send private message
Bob the Hamster
OHRRPGCE Developer




Joined: 22 Feb 2003
Posts: 2526
Location: Hamster Republic (Southern California Enclave)

PostPosted: Sat Aug 16, 2003 8:16 am    Post subject: Load game script stored in save games Reply with quote

The load game script is stored inside the save games. That means if you change from one load game script to another, or set a load game script where there was not one before, you must play from the beginning, rather than using your old saved games.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Xerian
The one and only in all




Joined: 21 Jul 2003
Posts: 59

PostPosted: Sun Aug 17, 2003 6:17 am    Post subject: Reply with quote

Well I finally got that fixed. Thanks again guys Razz
_________________
OHR dies hard.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address
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