News:

A forum for users of LackeyCCG

Main Menu

ISYOURFACEDOWNVISIBLE not working

Started by SwapGoTron, August 31, 2015, 06:32:29 PM

Previous topic - Next topic

SwapGoTron

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

devbot

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.

SwapGoTron

#2
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