Reply to Re: Some problems...
If you don't have an account, just leave the password field blank.
after 5 days partying, am I working back on my D-Mod Demo.
I think it is ready.
but there is still one problem and I can't figure out what it is.
this is a bit of a script. but somewhere there is a mistake that I can't find.
does anyone knows the mistake?
{
if (&gaurd == 0)
{
if (&story == 2)
{
freeze(1);
freeze(¤t_sprite);
say_stop("Can I pass?", 1);
wait(200);
say_stop("`7Do you have an ID?",¤t_sprite);
wait(200);
say_stop("Eh... yes, here it is.", 1);
wait(200);
say_stop("`7Thank you, let's see.... Smallwood, Dink, hm.... hm... Alright.", ¤t_sprite);
wait(200);
say_stop("`7But you can't pass.", ¤t_sprite);
wait(200);
say_stop("`7Why not?", 1);
wait(200);
say_stop("you have to have permission from someone.", ¤t_sprite);
wait(200);
say_stop("`7from who?", 1);
wait(200);
say_stop("From an other gaurd, the mayor or the queen.", ¤t_sprite);
&gaurd = 1;
wait(200);
unfreeze(¤t_sprite);
unfreeze(1);
return;
}
}
{
if (&gaurd == 1)
{
if (&story == 2)
{
freeze(1);
freeze(¤t_sprite);
say_stop("Can I pass?", 1);
wait(200);
say_stop("`7Do you have already the permission?", ¤t_sprite);
wait(200);
say_stop("No.", 1);
wait(200);
say_stop("`7Than you can't pass.", ¤t_sprite);
wait(200);
unfreeze(¤t_sprite);
unfreeze(1);
return;
}
}
oh and yes, gaurd is spelled wrong, but that doesn't matter.
I think it is ready.
but there is still one problem and I can't figure out what it is.
this is a bit of a script. but somewhere there is a mistake that I can't find.
does anyone knows the mistake?
{
if (&gaurd == 0)
{
if (&story == 2)
{
freeze(1);
freeze(¤t_sprite);
say_stop("Can I pass?", 1);
wait(200);
say_stop("`7Do you have an ID?",¤t_sprite);
wait(200);
say_stop("Eh... yes, here it is.", 1);
wait(200);
say_stop("`7Thank you, let's see.... Smallwood, Dink, hm.... hm... Alright.", ¤t_sprite);
wait(200);
say_stop("`7But you can't pass.", ¤t_sprite);
wait(200);
say_stop("`7Why not?", 1);
wait(200);
say_stop("you have to have permission from someone.", ¤t_sprite);
wait(200);
say_stop("`7from who?", 1);
wait(200);
say_stop("From an other gaurd, the mayor or the queen.", ¤t_sprite);
&gaurd = 1;
wait(200);
unfreeze(¤t_sprite);
unfreeze(1);
return;
}
}
{
if (&gaurd == 1)
{
if (&story == 2)
{
freeze(1);
freeze(¤t_sprite);
say_stop("Can I pass?", 1);
wait(200);
say_stop("`7Do you have already the permission?", ¤t_sprite);
wait(200);
say_stop("No.", 1);
wait(200);
say_stop("`7Than you can't pass.", ¤t_sprite);
wait(200);
unfreeze(¤t_sprite);
unfreeze(1);
return;
}
}
oh and yes, gaurd is spelled wrong, but that doesn't matter.