feroulm / rptoolsRQ

rpTools Macro for RuneQuest
GNU Affero General Public License v3.0
0 stars 0 forks source link

Combat - Limit action for player - Access Control #102

Closed feroulm closed 5 months ago

feroulm commented 5 months ago

player should not be able to :

Reminder : Access Control Code snipet


[r, if(isNPC(tokenId) && !isGM()), code: {
_visible to player on PC token only_
};{
_visible to GM only on PC & NPC token_ 
}]