Hello,
I've been trying to fix party window, I've managed to control its width, height..
But "Close" and "Secession" are not clickable (Doesn't let me click and It doesn't react)
So, what causes it to do so?
And how can I make it Clickable?
Here's my party.dat:
PHP Code:
(filechk file_ver (country_type ENG) (filename party))
(background
(font 12)
(link system ( param ( width 215) ( height 345) ( style title edge system) ( caption "Party") ))
)
( page ( font 12)
( offset 10 245)
( button break ( text "Secession") ( width 1))
( offset 3 5)
( button cancel ( text "Close") ( width 1))
)
Thanks for your time, Much appreciated..