Log in

View Full Version : Desktop Dice starting position - different for Player and GM - is it possible?



MadBeardMan
January 6th, 2019, 19:16
Greetings All,

Been working once again on the Vampire ruleset, and have got a lot of the dice stuff all working.

One thing I'd like (and can't see how), is it possible to make the GM's dice start at 300, -68 but players (as one of the panels before the dice is hidden) have it starting at 200, -68?

If this is possible it would be ace to know how to do it.

Cheers,
MBM

damned
January 6th, 2019, 22:21
Have you tried using:
if User.isHost() then

MadBeardMan
January 6th, 2019, 22:23
Have you tried using:
if User.isHost() then

I didn't think a <die> allowed scripts, I'll check that.

Cheers

Moon Wizard
January 7th, 2019, 00:46
No, the dice positions are the same on both host and client. There's no mechanism to give different dice layouts.

Regards,
JPG

MadBeardMan
January 7th, 2019, 00:48
No, the dice positions are the same on both host and client. There's no mechanism to give different dice layouts.

Regards,
JPG

Thanks Chap, its as I thought, so I've juggled things around.

Dan is doing an amazing job on the visuals for VtM.

Cheers
MBM