User contributions for Craig
Jump to navigation
Jump to search
16 December 2008
- 01:4701:47, 16 December 2008 diff hist −19 Main Page No edit summary
- 01:4101:41, 16 December 2008 diff hist +61 Main Page No edit summary
15 December 2008
- 09:3709:37, 15 December 2008 diff hist +83 macros:Tutorials No edit summary
14 December 2008
- 14:4414:44, 14 December 2008 diff hist −1 macros:Functions:list of functions No edit summary
- 14:4314:43, 14 December 2008 diff hist +339 Introduction to Dialogs and Frames No edit summary
- 14:3314:33, 14 December 2008 diff hist +16,062 Introduction to Dialogs and Frames No edit summary
- 14:3214:32, 14 December 2008 diff hist 0 N File:CharSheetFrame2.png No edit summary current
- 14:3014:30, 14 December 2008 diff hist 0 N File:CharSheetFrame1.png No edit summary current
- 14:2214:22, 14 December 2008 diff hist 0 N File:ViewWeapons.png No edit summary current
- 14:1814:18, 14 December 2008 diff hist 0 N File:EditWeaponDialog2.png No edit summary current
- 14:1014:10, 14 December 2008 diff hist 0 N File:EditWeaponDialog1.png No edit summary current
- 13:5913:59, 14 December 2008 diff hist +17,606 N Introduction to Dialogs and Frames New page: =An Introduction to MapTool Macro Dialogs and Frames= Please note I will be using CSS and HTML in this tutorial but I will not really be explaining them, if you need a refresher on either ...
- 13:5113:51, 14 December 2008 diff hist 0 N File:CharSheetDialog4.png No edit summary current
- 13:3613:36, 14 December 2008 diff hist 0 N File:CharSheetDialog3.png No edit summary current
- 13:3313:33, 14 December 2008 diff hist 0 N File:CharSheetDialog2.png No edit summary current
- 13:2513:25, 14 December 2008 diff hist 0 N File:CharSheetDialog1.png No edit summary current
- 13:1513:15, 14 December 2008 diff hist 0 N File:DialogRefresh.png No edit summary current
- 13:1213:12, 14 December 2008 diff hist 0 N File:DialogTitle.png No edit summary current
- 13:1013:10, 14 December 2008 diff hist 0 N File:FirstFrame-Docked.png No edit summary current
- 13:0813:08, 14 December 2008 diff hist 0 N File:FirstFrame.png No edit summary current
- 13:0513:05, 14 December 2008 diff hist 0 N File:FirstDialog.png No edit summary current
- 13:0313:03, 14 December 2008 diff hist 0 N File:FirstDailog.png No edit summary current
- 12:4812:48, 14 December 2008 diff hist +25 macros:Tutorials No edit summary
- 12:4612:46, 14 December 2008 diff hist +92 N macros:Tutorials New page: =Macro Tutorials= How to create dialogs and frames
- 12:4412:44, 14 December 2008 diff hist +40 Main Page No edit summary
- 12:0312:03, 14 December 2008 diff hist +8,876 N macros:Functions:list of functions by area New page: ====Mathemateical ==== *abs *absolutevalue *add *average *[[Macros:Functio...
- 11:1311:13, 14 December 2008 diff hist +10 macros:Functions:list of functions No edit summary
- 11:1211:12, 14 December 2008 diff hist +10 Main Page No edit summary
- 11:1211:12, 14 December 2008 diff hist +48 N macros:list of functions Macros:list of functions moved to Macros:Functions:list of functions
- 11:1211:12, 14 December 2008 diff hist 0 m macros:Functions:list of functions Macros:list of functions moved to Macros:Functions:list of functions
- 11:0411:04, 14 December 2008 diff hist +1 varsFromStrProp →Examples
- 11:0411:04, 14 December 2008 diff hist +533 N varsFromStrProp New page: ==Function varsFromStrProp== Creates variables from a Macros:string property list with the values assigned to variables with the names of the keys in the [[Macros:string property lis...
- 10:5710:57, 14 December 2008 diff hist +424 N upper New page: ==Function upper== Returns the upper case version of a string. If the number of characters is not specified then the whole string is converted to upper case. ===Usage=== <source lang="mtm...
- 10:5510:55, 14 December 2008 diff hist +461 N trim New page: ==Function trim== Returns a copy of the string that is passed in with the leading and trailing white space removed. ===Usage=== <source lang="mtmacro" line> [h: str = string(str)] </sour...
- 10:5110:51, 14 December 2008 diff hist +41 N macros:Functions:tblImage Redirecting to Macros:Functions:tableImage
- 10:5110:51, 14 December 2008 diff hist −34 macros:Functions:list of functions →T
- 10:5010:50, 14 December 2008 diff hist +891 N tableImage New page: ==Function tableImage== Gets the image asset value from the specified Table. If the row is not specified then the default Macros:roll for the Table is used. The row can be ei...
- 10:4810:48, 14 December 2008 diff hist +112 table No edit summary
- 10:4410:44, 14 December 2008 diff hist 0 macros:Functions:tbl Redirecting to Macros:Functions:table
- 10:4410:44, 14 December 2008 diff hist +36 N macros:Functions:tbl Redirecting to Macros:Functions:Table
- 10:4310:43, 14 December 2008 diff hist +603 N table New page: ==Function table== Gets the text value from the specified Table. If the row is not specified then the default Macros:roll for the Table is used. The row can be either a const...
- 10:3710:37, 14 December 2008 diff hist +225 N switchToken New page: ==Function switchToken== {{TrustedOnlyFunction}} Changes the Current Token for the remainder of the Macro:Macro. ===Usage=== <source lang="mtmacro" line> [h:...
- 10:3610:36, 14 December 2008 diff hist +34 N sum Redirecting to Macros:Functions:add
- 10:3410:34, 14 December 2008 diff hist −1 subtract No edit summary
- 10:3410:34, 14 December 2008 diff hist +448 N subtract New page: ==Function subract== Subtracts the second number from the first number. Then will continue by subtracting the third number (if any from this result), the function continues subtracting un...
- 10:2010:20, 14 December 2008 diff hist +504 N substring New page: ==Function substring== Returns the substring of the string from the start to the end indexes. Indexes for strings start at 0. If the end parameter is not specified then the substring exte...
- 10:0410:04, 14 December 2008 diff hist +39 macros:Functions:list of functions →S
- 10:0210:02, 14 December 2008 diff hist +677 N stringToList New page: ==Function stringToList== Converts a string into a Macros:string list using a pattern to determine separator between elements. The specified delimiter is used to separate the element...
- 09:5009:50, 14 December 2008 diff hist +2,564 N strformat New page: ==Function strformat== Returns a string formatted based the escape sequences in the passed in string and optional arguments. The format string can contain special instructions that are in...
- 09:3509:35, 14 December 2008 diff hist +1 squareroot Redirecting to Macros:Functions:sqrt