April 23, 201115 yr comment_83262 How do you echo an avy by ID number (e.g., one in your vault)? Also, is there a way to print out the negative (white on black) of an avy? Report
April 23, 201115 yr Root Admin comment_83270 It would require some specific code to take the image and make it a negative, there is no function that i know of in php or MDscript to do so. On the top request, im not sure you can. Report
April 23, 201115 yr comment_83276 [code]mds_player_avatar("playername");[/code] will echo the active avatar of said player. I don't think there is a way to echo "any" avatar by id number as it could be used to look at all avys without seeing them on people or going through the shop. On a php server you may be able to use the gd library to modify an image with something like [code]imagefilter("img",IMG_FILTER_NEGATE);[/code] but it should be noted that Mur may not have it installed and if he does he may not have allowed it for use in md-script. Report
April 23, 201115 yr Author comment_83282 So if I create an alt just so that I can print out the avatar I put on it - is that alt abuse? Actually that's a pretty expensive way to do it, unlocking avy's, so I'm not going to anyway.... Report
April 24, 201115 yr Author comment_83340 Okay, real basic stupid question. I have a .jpg file (e.g., screen shot of an avy). How do I print it out interwoven with the other stuff on a clickie? I seem unable to paste an image into the content section... Edited April 24, 201115 yr by Fyrd Argentus Report
April 24, 201115 yr Root Admin comment_83342 upload it somewhere then use html to display? the Img tag Report
April 25, 201115 yr Author comment_83355 Okay, <img src="whereveritis"> displays the image (thanks), but it does not do it in linear sequence with the avy calls. Worse, I have discoverd there is a 5 avy limit to a clickie display. Tsk, tsk, this is not going to work the way I thought.... a chessboard filled with avys is not going to automate easily. Edited April 25, 201115 yr by Fyrd Argentus Report
April 25, 201115 yr comment_83356 Well, the mds_player_avatar is pretty clear about the 5 avy limit. It's there to keep from overloading the script processing engine. Perhaps regular chess icons (in MD style) and the King as the avatar of the player playing the script? Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.