Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Script:Is Greater"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "{{script overview |name=IsGreater |author={{user profile|104025|Aaron C. M.}} |version=0.1 |lastmodified=2015-02-01}} {{stub}} Trivial little script to check if the first val...")
 
(redirect to Script Index, API no longer available)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
{{script overview
+
#Redirect[[API:Script Index]]
|name=IsGreater
+
<!-- Don't delete redirect, help center links to this page even though API have been removed -->
|author={{user profile|104025|Aaron C. M.}}
+
 
|version=0.1
+
author={{user profile|104025|Aaron C. M.}}
|lastmodified=2015-02-01}}
+
 
{{stub}}
+
  
 
Trivial little script to check if the first value is greater than the second and report it to chat.
 
Trivial little script to check if the first value is greater than the second and report it to chat.
Line 11: Line 10:
 
=== Changelog ===
 
=== Changelog ===
 
{{changelog version|0.1|2015-02-01|* Release}}
 
{{changelog version|0.1|2015-02-01|* Release}}
 +
<!-- [[Category:Discontinued API Scripts]] -->

Latest revision as of 19:45, 20 September 2021

  1. RedirectAPI:Script Index

author=Aaron C. M.


Trivial little script to check if the first value is greater than the second and report it to chat.

[edit] Changelog

v0.1 (2015-02-01)

  • Release