Go back to previous topic
Forum Name New Player Q&A
Topic subjectWhat does logic tell you?
Topic URLhttps://forums.carrionfields.com/dcboard.php?az=show_topic&forum=5&topic_id=352&mesg_id=357
357, What does logic tell you?
Posted by Snyto on Wed 31-Dec-69 07:00 PM
We have two cases:
1. Item not maxed out
2. Item maxed out

if(case == 1)
{
Sure, item can respawn on the mob;
}
else
{
Tough luck, try again later;
}