User contributions for Cclouser
Jump to navigation
Jump to search
24 December 2008
- 02:0802:08, 24 December 2008 diff hist 0 N File:Tutorial-names-and-images.jpg No edit summary
- 02:0302:03, 24 December 2008 diff hist +96 macros:Tutorials No edit summary
- 00:5100:51, 24 December 2008 diff hist +58 Creating Macro Buttons Using a Macro →Building the Macro Button Contents
- 00:4500:45, 24 December 2008 diff hist +184 Macros:Branching and Looping →Notes
- 00:4400:44, 24 December 2008 diff hist +1 Macros:Branching and Looping →Notes
- 00:4400:44, 24 December 2008 diff hist +291 Macros:Branching and Looping →MACRO Option
- 00:4200:42, 24 December 2008 diff hist −1 Macros:Branching and Looping →TOKEN Option
- 00:4200:42, 24 December 2008 diff hist +482 Macros:Branching and Looping →TOKEN Option
- 00:3800:38, 24 December 2008 diff hist −227 Glossary No edit summary
- 00:3600:36, 24 December 2008 diff hist +235 Glossary No edit summary
- 00:3500:35, 24 December 2008 diff hist −9 macros:Glossary →R
- 00:3400:34, 24 December 2008 diff hist +501 macros:Glossary →P
- 00:2900:29, 24 December 2008 diff hist +90 Macros:Roll:types →[ ] Tool Tip Rolls
- 00:2400:24, 24 December 2008 diff hist +884 Macros:Branching and Looping →MACRO Option
23 December 2008
- 18:4518:45, 23 December 2008 diff hist +1,370 Creating Macro Buttons Using a Macro →Mop-Up
- 18:3818:38, 23 December 2008 diff hist +1,776 N Create Macro Buttons with a Macro New page: This is the full macro code from the Creating Macro Buttons from a macro tutorial. <source lang="mtmacro" line> [h:powerSlot=macro.args] [h:pname...
- 18:3718:37, 23 December 2008 diff hist +7,731 N Creating Macro Buttons Using a Macro New page: ==Introduction== The following tutorial illustrates one method of creating macro buttons for a token based on user input. In this particular case, the macros illustrated below are used to...
- 18:2818:28, 23 December 2008 diff hist +82 macros:Tutorials →Macro Tutorials
- 17:5617:56, 23 December 2008 diff hist +21 macros:Glossary →C
- 17:5517:55, 23 December 2008 diff hist −26 macros:Glossary →T
- 17:5417:54, 23 December 2008 diff hist +2 macros:Glossary →T
- 17:5417:54, 23 December 2008 diff hist 0 state.name No edit summary
- 17:5317:53, 23 December 2008 diff hist +529 Token State No edit summary
- 17:4917:49, 23 December 2008 diff hist 0 N File:State-example.jpg No edit summary current
- 17:4817:48, 23 December 2008 diff hist +430 N state.name New page: The variable ''state.[state_name]'' is used to reference and control the value of a particular token state. Controlling token states is explained in detail at the [[Token:t...
- 17:4517:45, 23 December 2008 diff hist +83 macros:Variables:list of special variables →R
- 17:4417:44, 23 December 2008 diff hist +554 macros:Glossary →T
- 17:4117:41, 23 December 2008 diff hist +4 bar.name →Usage
- 17:4017:40, 23 December 2008 diff hist +4 token.init No edit summary
- 17:4017:40, 23 December 2008 diff hist +4 token.init →Examples
- 17:3917:39, 23 December 2008 diff hist +51 token.init →Related Pages
- 17:3917:39, 23 December 2008 diff hist −59 token.initHold →Usage
- 17:3817:38, 23 December 2008 diff hist +1,238 N token.initHold New page: The variable ''token.initHold'' is a binary variable that indicates whether a token in the Initiative Panel is on hold, or is part of the normal initiative ...
- 17:3517:35, 23 December 2008 diff hist 0 N File:InitHold-example.jpg No edit summary current
- 17:2517:25, 23 December 2008 diff hist +156 token.init No edit summary
- 17:0917:09, 23 December 2008 diff hist +1,058 N token.init New page: The variable ''token.init'' holds the value of the token's initiative when the token is present in the Initiative Panel. Note that token.init is only valid for tokens that are added to the...
- 04:4804:48, 23 December 2008 diff hist 0 input →PROPS
- 04:4804:48, 23 December 2008 diff hist +70 input →LIST Options
- 04:3504:35, 23 December 2008 diff hist +2 macroLinkText →Function macroLinkText
- 04:3504:35, 23 December 2008 diff hist −2 macroLinkText →Function macroLinkText
- 04:3404:34, 23 December 2008 diff hist +36 macroLinkText No edit summary
- 04:3204:32, 23 December 2008 diff hist +4 macroLink →Examples
- 04:3204:32, 23 December 2008 diff hist +5 macroLink →Examples
- 04:3204:32, 23 December 2008 diff hist +24 macroLink →Usage
- 04:2804:28, 23 December 2008 diff hist +207 N string New page: A string in MapTool is a series of alphanumeric characters enclosed in single or double quotation marks. ==Example== <source lang="mtmacro" line> [h:exampleString = "This is an example ...
- 04:2604:26, 23 December 2008 diff hist −2 macros:Functions:list of functions by area →Mathemateical
- 04:2604:26, 23 December 2008 diff hist +271 N Variable Types New page: This page lists the variable types used in MapTool macros. ==String Variables== * string * string list * [[Macros:string_property_list|...
- 04:2304:23, 23 December 2008 diff hist +55 Main Page No edit summary
- 04:2204:22, 23 December 2008 diff hist −35 input →RADIO Options
- 04:2204:22, 23 December 2008 diff hist +6,543 N input New page: Allows the user to input several values at once via a modal dialog. The function takes one or more string arguments, one for each variable requiring assignment. Input() returns 1 if the ...