During a combat we could use /count_turn <name> <num_of_turns> to add the number of turns for a specific thing (like a spiritual weapon). Then, /next_turn should identify when each round is over and decrement the counter until it reaches zero. When it reaches zero, a message should appear indicating that name is no longer available.
During a combat we could use
/count_turn <name> <num_of_turns>
to add the number of turns for a specific thing (like a spiritual weapon). Then,/next_turn
should identify when each round is over and decrement the counter until it reaches zero. When it reaches zero, a message should appear indicating thatname
is no longer available.