Skip to content

Commit a987a89

Browse files
committed
Small link changes
1 parent e05ea9b commit a987a89

12 files changed

+33
-15
lines changed

DeathTracker/0.1.4/DeathTracker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Made By Robin Kuiper
44
* Skype: RobinKuiper.eu
55
* Discord: Atheos#1014
6-
* Roll20: https://app.roll20.net/users/1226016/robin-k
6+
* Roll20: https://app.roll20.net/users/1226016/robin
77
* Github: https://github.com/RobinKuiper/Roll20APIScripts
88
* Reddit: https://www.reddit.com/user/robinkuiper/
99
*/

DeathTracker/DeathTracker.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
* Version 0.1.4
33
* Made By Robin Kuiper
44
* Skype: RobinKuiper.eu
5-
* Discord: Atheos#1014
6-
* Roll20: https://app.roll20.net/users/1226016/robin-k
5+
* Discord: Atheos#1095
6+
* Roll20: https://app.roll20.net/users/1226016/robin
77
* Github: https://github.com/RobinKuiper/Roll20APIScripts
88
* Reddit: https://www.reddit.com/user/robinkuiper/
9+
* Patreon: https://patreon.com/robinkuiper
10+
* Paypal.me: https://www.paypal.me/robinkuiper
911
*/
1012

1113
var DeathTracker = DeathTracker || (function() {
@@ -172,7 +174,7 @@ var DeathTracker = DeathTracker || (function() {
172174
makeAndSendMenu = (contents, title, whisper) => {
173175
title = (title && title != '') && makeTitle(title)
174176
whisper = (whisper && whisper !== '') && '/w ' + whisper + ' ';
175-
sendChat(script_name, whisper + '<div style="'+styles.menu+styles.overflow+'">'+title+contents+'</div>');
177+
sendChat(script_name, whisper + '<div style="'+styles.menu+styles.overflow+'">'+title+contents+'</div>', null, {noarchive:true});
176178
},
177179

178180
makeTitle = (title) => {

DeathTracker/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
* Skype: RobinKuiper.eu
44
* Discord: Atheos#1095
5-
* Roll20: https://app.roll20.net/users/1226016/robin-k
5+
* Roll20: https://app.roll20.net/users/1226016/robin
66
* Reddit: https://www.reddit.com/user/robinkuiper/
7+
* Patreon: https://www.patreon.com/robinkuiper
78

89
---
910

DeathTracker/script.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"description": "DeathTracker sets the statusmarker when a character is death or (optional) almost death, works great together with my [LazyExperience](https://github.com/RobinKuiper/Roll20APIScripts/tree/master/LazyExperience) script.\n\n__Optionally__: Set an **Unconscious** statusmarker on **Player Characters**.\n\n![Config Menu](https://i.imgur.com/s4CBW9K.png \"Config Menu\")\n\n### Commands\n\n* **!dead config** - Shows the config menu.",
77
"authors": "Robin Kuiper",
88
"roll20userid": "1226016",
9+
"patreon": "https://www.patreon.com/robinkuiper",
910
"useroptions": [],
1011
"dependencies": {},
1112
"modifies": {

Drunk/0.0.5/Drunk.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Made By Robin Kuiper
44
* Skype: RobinKuiper.eu
55
* Discord: Atheos#1014
6-
* Roll20: https://app.roll20.net/users/1226016/robin-k
6+
* Roll20: https://app.roll20.net/users/1226016/robin
77
* Github: https://github.com/RobinKuiper/Roll20APIScripts
88
* Reddit: https://www.reddit.com/user/robinkuiper/
99
*/

Drunk/Drunk.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
* Version 0.0.5
33
* Made By Robin Kuiper
44
* Skype: RobinKuiper.eu
5-
* Discord: Atheos#1014
6-
* Roll20: https://app.roll20.net/users/1226016/robin-k
5+
* Discord: Atheos#1095
6+
* Roll20: https://app.roll20.net/users/1226016/robin
77
* Github: https://github.com/RobinKuiper/Roll20APIScripts
88
* Reddit: https://www.reddit.com/user/robinkuiper/
9+
* Patreon: https://patreon.com/robinkuiper
10+
* Paypal.me: https://www.paypal.me/robinkuiper
911
*/
1012

1113
var Drunk = Drunk || (function() {
@@ -297,7 +299,7 @@ var Drunk = Drunk || (function() {
297299
makeAndSendMenu = (contents, title, whisper) => {
298300
title = (title && title != '') ? makeTitle(title) : '';
299301
whisper = (whisper && whisper !== '') ? '/w ' + whisper + ' ' : '';
300-
sendChat(script_name, whisper + '<div style="'+styles.menu+styles.overflow+'">'+title+contents+'</div>');
302+
sendChat(script_name, whisper + '<div style="'+styles.menu+styles.overflow+'">'+title+contents+'</div>', null, {noarchive:true});
301303
},
302304

303305
makeTitle = (title) => {

Drunk/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
* Skype: RobinKuiper.eu
44
* Discord: Atheos#1095
5-
* Roll20: https://app.roll20.net/users/1226016/robin-k
5+
* Roll20: https://app.roll20.net/users/1226016/robin
66
* Reddit: https://www.reddit.com/user/robinkuiper/
7+
* Patreon: https://www.patreon.com/robinkuiper
78

89
---
910

Drunk/script.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"description": "Drunk keeps track of the level of inebration a character has and also adds a statusmarker to the character. It uses the homebrew rules from [CritGames](http://critgames.com/rpg/dnd-5e-homebrew-drinking-rules/).\n\n### Commands\n\n* **!drunk help** - Shows the help menu.\n* **!drunk config** - Shows the config menu.\n* **!drunk menu** - Shows a menu to easily add/remove levels of inebration from a character.\n* **!drunk shows [character id]** - Shows the current amount of levels of inebration the character has.\n* **!drunk add [character id]** - Adds a level of inebration to the character.\n* **!drunk add [character id] [amount]** - Adds the amount of levels of inebration to the character.\n* **!drunk remove [character id]** - Removes a level of inebration from the character.\n* **!drunk remove [character id] [amount]** - Removes the amount of levels of inebration from the character.\n\n![Config Menu](https://i.imgur.com/cbU9NbG.png \"Config Menu\")![Level](https://i.imgur.com/CnHHqAo.png \"Level\")![Drunk Menu](https://i.imgur.com/Kge9P8J.png \"Drunk Menu\")",
77
"authors": "Robin Kuiper",
88
"roll20userid": "1226016",
9+
"patreon": "https://www.patreon.com/robinkuiper",
910
"useroptions": [],
1011
"dependencies": {},
1112
"modifies": {

Resizer/0.0.9/Resizer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Made By Robin Kuiper
44
* Skype: RobinKuiper.eu
55
* Discord: Atheos#1014
6-
* Roll20: https://app.roll20.net/users/1226016/robin-k
6+
* Roll20: https://app.roll20.net/users/1226016/robin
77
* Roll20 Thread: https://app.roll20.net/forum/post/6285519/script-resizer/
88
* Github: https://github.com/RobinKuiper/Roll20APIScripts
99
* Reddit: https://www.reddit.com/user/robinkuiper/

Resizer/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
## Resizer
22

3+
* Version 0.0.9
34
* Skype: RobinKuiper.eu
45
* Discord: Atheos#1095
5-
* Roll20: https://app.roll20.net/users/1226016/robin-k
6+
* Roll20: https://app.roll20.net/users/1226016/robin
7+
* Roll20 Thread: https://app.roll20.net/forum/post/6285519/script-resizer/
8+
* Roll20 Wiki: https://wiki.roll20.net/Script:Resizer
9+
* Github: https://github.com/RobinKuiper/Roll20APIScripts
610
* Reddit: https://www.reddit.com/user/robinkuiper/
11+
* Patreon: https://patreon.com/robinkuiper
12+
* Paypal.me: https://www.paypal.me/robinkuiper
713

814
---
915

Resizer/Resizer.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
* Version 0.0.9
33
* Made By Robin Kuiper
44
* Skype: RobinKuiper.eu
5-
* Discord: Atheos#1014
6-
* Roll20: https://app.roll20.net/users/1226016/robin-k
5+
* Discord: Atheos#1095
6+
* Roll20: https://app.roll20.net/users/1226016/robin
77
* Roll20 Thread: https://app.roll20.net/forum/post/6285519/script-resizer/
8+
* Roll20 Wiki: https://wiki.roll20.net/Script:Resizer
89
* Github: https://github.com/RobinKuiper/Roll20APIScripts
910
* Reddit: https://www.reddit.com/user/robinkuiper/
11+
* Patreon: https://patreon.com/robinkuiper
12+
* Paypal.me: https://www.paypal.me/robinkuiper
1013
*/
1114

1215
var Resizer = Resizer || (function() {
@@ -308,7 +311,7 @@ var Resizer = Resizer || (function() {
308311
makeAndSendMenu = (contents, title, whisper) => {
309312
title = (title && title != '') && makeTitle(title)
310313
whisper = (whisper && whisper !== '') && '/w ' + whisper + ' ';
311-
sendChat(script_name, whisper + '<div style="'+styles.menu+styles.overflow+'">'+title+contents+'</div>');
314+
sendChat(script_name, whisper + '<div style="'+styles.menu+styles.overflow+'">'+title+contents+'</div>', null, {noarchive:true});
312315
},
313316

314317
makeTitle = (title) => {

Resizer/script.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"description": "Resizer lets you easily resize graphics and pages with a simple menu.\n\n### Commands\n\n* **!resizer [width] [height]** - Resizes the selected graphic(s).\n* **!resizer page [width] [height] [?pixels]** - Resizes the page (add pixels add the end to resize in pixels instead of units).\n\n* **!resizer** - Shows the Resizer menu (if there are graphics selected it also shows there current sizes).\n* **!resizer page** - Shows the pages current size.\n\n* **!resizer scale [amount] [up/down]** - Scale the entire page (with everything on it) by amount and up or down, eg. `!resizer scale 2 up`.\n* **!resizer fit [?keep_ratio]** - Makes the selected graphic fit the page (handy for maps), add `keep_ratio` to the end to keep the graphics ratio.\n\n* **!resizer center [?horizontal] [?vertical]** - Center the selected graphic(s), add `h`, `hor` or `horizontal` for horizontal and `v`, `ver` or `vertical` for vertical centering.\n\n* **!resizer help** - Shows the help menu.\n* **!resizer config** - Shows the config menu.\n* **!resizer menu** - Shows a menu to easily resize graphics/pages.\n\n![Resizer Menu](https://i.imgur.com/pRAuPPm.png \"Resizer Menu\")\n\nRoll20 Thread: https://app.roll20.net/forum/post/6285519/script-resizer/",
77
"authors": "Robin Kuiper",
88
"roll20userid": "1226016",
9+
"patreon": "https://www.patreon.com/robinkuiper",
910
"useroptions": [],
1011
"dependencies": {},
1112
"modifies": {

0 commit comments

Comments
 (0)