Skip to content
Cefas Sathler edited this page Jan 16, 2023 · 17 revisions

This module was created with a set of tools that I use in my games. It is focused on text commands in the format:

/command <args>

The commands are listed below with the features and functionalities.

/dodge


The dodge command shows in the chatlog some possible dodge maneuvers. They are made based on the official rules and your players don't need to add anything to the bucket. Whenever they want to access, just type /dodge in the chat and the screen will appear available to them.

The player must select his character and choose an option. More than one player can choose without problems if someone has clicked before, this avoids having to call the function every time during a combat.

/has

The has command searches the player's inventory for a given item, returning the name of the person who owns the item, the number of items he has and the number of items the group has.

Select all tokens you want to search for items and type:

/has Item name

The functionality is case sensitive (I intend to adjust this soon) and if the item name is composed of two words you can only type the first name of the item.

/has Healing Potion /has healing

UNDER CONSTRUCTION

Clone this wiki locally