Hey,
Just want to know if anyone has come up with a conversion system for inches to feet in DM. I have an input in my game in progress, and need the inches to calculate "something". But I want to have the height displayed in feet (ie. 6'1"). I will need this for one of my stat panels. If you could help me out with this I would be very greatful. Thanks.
Plagu3r
#define feet2inches(inches) "[((inches)-(inches)%12)/12]'[(inches)%12]''"