List Input with Images: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Tutorials:Macros:List with images fullcode moved to List Input with Images: Moved to main namespace.) |
|
(No difference)
|
Revision as of 13:58, 1 April 2009
Full Code of List Input With Images Macro
[H: tokenList=getExposedTokenNames()]
[H: imgList = tokenList]
[H: Num = listCount(imgList)]
[h,COUNT(Num),CODE:
{
[h:tokenName=listGet(imgList,roll.count)]
[h,token(tokenName): image=getTokenImage()]
[h:imgList=listReplace(imgList,roll.count,tokenName+" "+image)]
}]
[h:status=input(
"Target|"+imgList+"|Select Target|LIST|SELECT=0 ICON=TRUE ICONSIZE=30",
"newName| |Enter a new name for this token"
)]
[h:abort(status)]
[h:targetName = listGet(tokenList,Target)]
[h:switchToken(targetName)]
[h:token.name=newName]
The token's name has been changed to <i>[r:newName]</i>.