LackeyCCG

LackeyCCG Forum => Bug Report Forum => Topic started by: SwapGoTron on August 31, 2015, 06:32:29 PM

Title: ISYOURFACEDOWNVISIBLE not working
Post by: SwapGoTron on August 31, 2015, 06:32:29 PM
I'm making a plugin in which a player has a deck of cards from where cards come face down. No one should be allowed to see what the card is, not even the owner of said card, however, I can still see what the card is when i mouse over it which is not the idea. I have fiddled with the settings but none are working
Title: Re: ISYOURFACEDOWNVISIBLE not working
Post by: devbot on September 01, 2015, 10:16:25 AM
In your plugininfo.txt make sure that it says

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

You must add a "value" and  set it to "no".

Lemme know if that helps.
Title: Re: ISYOURFACEDOWNVISIBLE not working
Post by: SwapGoTron on September 01, 2015, 11:54:43 AM
It didn't work, it still shows me the card when I hover over it whenever it is in a public zone (The board, my hand, etc.)

EDIT: It worked after I moved the ISYOURFACEDOWNVISIBLE to the top of the plugin, must have reached some invisible limit of functions on Lackey