28-09-2004, 06:58 PM
Not really- infact, it would be a few lines, like:
if ($mag_level > 200)
{
$rares_per_character = 0;
}
Of course, that's only PHP, but it's be pretty similar.
if ($mag_level > 200)
{
$rares_per_character = 0;
}
Of course, that's only PHP, but it's be pretty similar.
UT2007 Mapping Tutorials: UConstruct/

