multi-paged gumps

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
nevalon
Neophyte Poster
Posts: 39
Joined: Tue Mar 07, 2006 7:28 am

multi-paged gumps

Post by nevalon »

Hi.
I've got following problem: I need to script a gump, which will have three areas: lower at whole width and two upper parts: left and right. I need to make at least two of the parts paged (pseudo-scrollable, with arrows) - and if I change the page in one part the other parts will remember their own pages (or change, it depends - the left will be menu that changes the right)... Any idea how to do that?
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

Theres no way you can make 2 separate areas of the same gump with pages using the usual page part built into the client. You'll have to have variables in your script and resend the gump every time you need to flip the page.
nevalon
Neophyte Poster
Posts: 39
Joined: Tue Mar 07, 2006 7:28 am

Post by nevalon »

Thx - working.
Post Reply