quote:
Originally posted by Chris4
Well.. there is..
Google it.
Remove the HH if you don't want it
i'm actually trying to work out a better way of coming up with the sizes. its getting far to hard for a newb scripter like me
the easy but dodgy way of doing it is just
code:
var size = 0.01666 * Up;
var record = 0.01666 * CheckRecord(Up);
if (size > 0)
{
var sizetxt = "30 A"
}
if (size > 10)
{
var sizetxt = "30 AA"
}
if (size > 20)
{
var sizetxt = "30 B"
}
return "Based on my uptime, my e-Boob's are "+sizetxt+"
}
and so on
but it would be much better if the "backsize" and "cupsize" where seperate