News:

A forum for users of LackeyCCG

Main Menu

Facedown visibility cards - how to disable

Started by xikitins, December 19, 2015, 06:20:15 PM

Previous topic - Next topic

xikitins

Hello,

I have a problem with the facedown visibitility cards.

I have made my own plugin starting from a existing plugin for Magic, but now I want to eliminate the option os visibility on cards when they are on table. Let me explain.
I have a card facedown on table, when I put mouse over it, I can see what card it is. But, my problem is that I don't want to see it.
I erased "   <kind>ISYOURFACEDOWNVISIBLE</kind>". But I can see the facedown cards anyway.

How could I fix that?

Thanks

ZatchBellGamer

I can help you fix this. :)

You don't want to erase "<kind>ISYOURFACEDOWNVISIBLE</kind>", but instead you change it to read this:

<kind>ISYOURFACEDOWNVISIBLE<value>no</value></kind>

Hope it helps.

xikitins

Thanks, but it does not work...  :(

Any other ideas?

xikitins

Got it!

It works this way: <kind>ISYOURFACEDOWNVISIBLE</kind><value>no</value>

Thanks for your help. It allows me to find the right way.



ZatchBellGamer

Cool, glad I could point you in the right direction. :)

Mansmo

I know it's a bit late, but I wanted to thank you guys, my plugin is now perfect!  :)