Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Love Stone Problem :)

Newbie Spellweaver
Joined
Feb 18, 2007
Messages
66
Reaction score
0
im propose marriage not work ... help me? ...

thx mans :flag_schw
 
Experienced Elementalist
Joined
Jan 21, 2007
Messages
220
Reaction score
0
if Marriage = Fail;

then fail = Marriage
 
Skilled Illusionist
Joined
Feb 19, 2008
Messages
320
Reaction score
0
public int NormalBrain;
public sbyte YourBrain;
if (You)
{
if (You)
failPercentage = YourBrain;

if (!You)
failPercentage = NormalBrain;
Message("You can make marriage!!");
}

xD
 
Junior Spellweaver
Joined
Mar 27, 2008
Messages
107
Reaction score
1
public int NormalBrain;
public sbyte YourBrain;
if (You)
{
if (You)
failPercentage = YourBrain;

if (!You)
failPercentage = NormalBrain;
Message("You can make marriage!!");
}

xD

failPercentage no defined :(:
 
Last edited:
Back
Top