View Single Post
Duggan
Senior Member
Volunteer Data File Contributor
 
Join Date: Nov 2009
Posts: 1,502

Old July 18th, 2017, 08:03 PM
Ah. Found an easy way. Ran Autoplace on each item, then moved them.

Quote:
perform portal[skCSkills].autoplace
perform portal[skPSkills].autoplace
perform portal[skMSkills].autoplace
perform portal[skSSkills].autoplace

portal[skCSkills].left = 0
portal[skCSkills].width = width / 2 - 5

portal[skMSkills].left = portal[skCSkills].width + 5
portal[skMSkills].top = 0
portal[skMSkills].width = width / 2 - 5

portal[skPSkills].left = 0
portal[skPSkills].top = maximum(portal[skCSkills].bottom, portal[skMSkills].bottom) + 15
portal[skPSkills].width = width / 2 - 5

portal[skSSkills].left = portal[skCSkills].width + 5
portal[skSSkills].top = maximum(portal[skCSkills].bottom, portal[skMSkills].bottom) + 15
portal[skSSkills].width = width / 2 - 5
Duggan is offline   #2 Reply With Quote