PDA

View Full Version : Options Sheet



UrsaTeddy
May 19th, 2020, 02:37
Hi,

How do you stop a player from changing options "that matter".

In addition is it possible to have a text box in the options?

Thanks in advance,
D

damned
May 19th, 2020, 06:59
Options that matter are usually only on the GM side. Players get far less options. You can code whether an option is GM or Player. Im not sure - but I reckon it would be possible.

UrsaTeddy
May 19th, 2020, 10:32
Options that matter are usually only on the GM side. Players get far less options. You can code whether an option is GM or Player. Im not sure - but I reckon it would be possible.

Thanks for the answer ... any ideas on the second question? Text boxes in options list?

Thanks,
D

damned
May 19th, 2020, 14:25
Im not sure - but I reckon it would be possible.

Ikael
May 19th, 2020, 14:56
You would need to implement textbox option controller but it is possible.

Talyn
May 19th, 2020, 14:58
As you can see, there aren't many Client options available, and none of them "matter" in the sense of altering anything that changes the rules or anything else. All of those are GM options. Which option(s) are you talking about?

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=35725&stc=1&d=1589896685

UrsaTeddy
May 20th, 2020, 00:28
You would need to implement textbox option controller but it is possible.

So the answer is "out of the box" no, because the option controller for text does not exist.

However if I implement it, then it will exist.

Great - that points me in the right direction.

Thank you.
D