chaos_killa
Member
i'm real close to getting a window which adapts it's self.height to the number of y entries.
the problem?
i don't know what the code is for y entries!
this is the script lines i made to modify self.height according to y entries (#)
it says if there are more than two rpws of text, (y entries?) which is the size my current message system supports, than the message box's height is increased by 16 for every extra entry, but i don't know what # is!
EDIT: this ain't THAT hard is it? or was i not specific or sumthin?
Wait 72 hours before bumping
~Trickster
the problem?
i don't know what the code is for y entries!
Code:
# = ?
if # > 2
self.height += 16 * (# - 2)
end
it says if there are more than two rpws of text, (y entries?) which is the size my current message system supports, than the message box's height is increased by 16 for every extra entry, but i don't know what # is!
EDIT: this ain't THAT hard is it? or was i not specific or sumthin?
Wait 72 hours before bumping