PDA

View Full Version : The combobox from CoreRPG is only editable by the GM



meathome
July 19th, 2016, 21:53
Hi
I added some comboboxes to a windowclass and they are visible for all, but only the Gm can change them. gmonly and readonly are not set. All players are holders of the associated database node. Is there a way to change this behavior?
thanks

Trenloe
July 19th, 2016, 23:12
Only one user can change database values - which in your case appears to be the GM. You may be able to use some OOB messaging to pass data from the players to the GM instance so that it can be updated from that side running the resulting OOB message code on the GM side.

Moon Wizard
July 19th, 2016, 23:52
Players can only change values for records that they "own", such as character sheets.

Any other changes need to be coordinated by the ruleset code through the host.

Regards,
JPG