LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: xikitins on December 19, 2015, 06:20:15 PM

Title: Facedown visibility cards - how to disable
Post by: xikitins on December 19, 2015, 06:20:15 PM
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
Title: Re: Facedown visibility cards - how to disable
Post by: ZatchBellGamer on December 19, 2015, 06:47:47 PM
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.
Title: Re: Facedown visibility cards - how to disable
Post by: xikitins on December 20, 2015, 03:10:36 PM
Thanks, but it does not work...  :(

Any other ideas?
Title: Re: Facedown visibility cards - how to disable
Post by: xikitins on December 20, 2015, 03:42:22 PM
Got it!

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

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


Title: Re: Facedown visibility cards - how to disable
Post by: ZatchBellGamer on December 20, 2015, 06:55:51 PM
Cool, glad I could point you in the right direction. :)
Title: Re: Facedown visibility cards - how to disable
Post by: Mansmo on June 07, 2019, 05:14:17 AM
I know it's a bit late, but I wanted to thank you guys, my plugin is now perfect!  :)