Skip to content

Commit

Permalink
Small description change
Browse files Browse the repository at this point in the history
  • Loading branch information
nesuprachy committed Sep 9, 2024
1 parent b1d53a2 commit e829a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DrD2StatusMarkers/0.1.1/DrD2StatusMarkers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
// By: nesuprachy
// Contact: https://app.roll20.net/users/11071738/nesuprachy
//
// This script sets token markers based on relevant attributes and vice versa
// This script sets token markers based on relevant sheet attributes.
// Works with the DrD2 token marker set, icons must be named `RED`, `BLU`, `GRN`, `VIO`, `BLK`
// Uses TokenMod to set token markers from chat https://wiki.roll20.net/Script:Token_Mod
// Uses ChatSetAttr mod to change attributes from chat https://github.com/Roll20/roll20-api-scripts/tree/master/ChatSetAttr#readme

var DrD2StatusMarkers = DrD2StatusMarkers || (function() {
'use strict';
Expand Down
3 changes: 1 addition & 2 deletions DrD2StatusMarkers/DrD2StatusMarkers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
// By: nesuprachy
// Contact: https://app.roll20.net/users/11071738/nesuprachy
//
// This script sets token markers based on relevant attributes and vice versa
// This script sets token markers based on relevant sheet attributes.
// Works with the DrD2 token marker set, icons must be named `RED`, `BLU`, `GRN`, `VIO`, `BLK`
// Uses TokenMod to set token markers from chat https://wiki.roll20.net/Script:Token_Mod
// Uses ChatSetAttr mod to change attributes from chat https://github.com/Roll20/roll20-api-scripts/tree/master/ChatSetAttr#readme

var DrD2StatusMarkers = DrD2StatusMarkers || (function() {
'use strict';
Expand Down

0 comments on commit e829a7d

Please sign in to comment.