View Single Post
  #6  
Unread 06-24-2006, 01:39 PM
mother9987's Avatar
mother9987 mother9987 is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Everfrost
Posts: 204
Default

Quote:
Originally Posted by asknotthou
Hmm i cant seem to find the name that the client gives the bags...

is there anyway to pull the label and use that for comparison?

or is there a way to do
bagslots < 20
BagSlots / 4 == integer
set the number of colums to 4?

parts of that i need the most help with is how do you pull the bagslots data (nvm i figured this part out) and is there a way to check to see of something is a integer.
To check if something is an integer... /cue bad flashback sounds and wave vision effect - I've converted numbers to an integer for my timer window, so you should be able to adapt that:

Numbers are rounded automatically at the thousand's place. So, if you subtract .5, divide by 1000 and then multiply by 1000 you get the integer portion of a number.

Then compare that to the original number to see if it was an integer.
__________________
'Tetht the printhiple, tetht the printhiple,' muttered Igor. 'Thorry, thur, but Igorth do not "tetht the printhiple". Thtrap it to the bench and put a good thick bolt of lightning through it, thatth our motto. Thatth how you tetht thomething.'
Reply With Quote