News:

A forum for users of LackeyCCG

Main Menu

Plugins with Scripts

Started by MasterJediAdam, December 10, 2017, 09:40:47 AM

Previous topic - Next topic

MasterJediAdam

All, I am in the process of updating my plugin, and would like to add some scripting. If your plugin, or a plugin you use has scripts, would you please post the autoupdate link in this thread?

I will compile a list of scripts that work and describe them in the second post as a reference.

Thanks in advance for all your work!

MasterJediAdam


StarcatProducts

Almost every card in the Universal Card Game has scripts attached to them.
Feel free to use the plugin as a reference: http://s3.amazonaws.com/LackeyUCG5/updatelist.txt

MasterJediAdam

Quote from: StarcatProducts on January 02, 2018, 07:21:08 PM
Almost every card in the Universal Card Game has scripts attached to them.
Feel free to use the plugin as a reference: http://s3.amazonaws.com/LackeyUCG5/updatelist.txt
Thank you very much. I will review. I have only scripted about 60 of the 1800 cards in SWLCG. I would like to keep it to multi-step functions and deck manipulation, unless I can find a way to better script targeted functions.

MasterJediAdam

Quote from: StarcatProducts on January 02, 2018, 07:21:08 PM
Almost every card in the Universal Card Game has scripts attached to them.
Feel free to use the plugin as a reference: http://s3.amazonaws.com/LackeyUCG5/updatelist.txt
Thank you! I have reviewed your scripts and have two questions:
1: What does the <a></a> tag do?
2: Have you had any luck - or need - to use the /v command to view cards from another player's hand? Essentially, I would like to have a script that will allow me to view cards in another players' piles.

StarcatProducts

The <a>n</a> means that the script does not run automatically when the card is played.
I have only made cards that manipulate your hand, I can play around with it and let you know. :D

MasterJediAdam

Quote from: StarcatProducts on January 05, 2018, 11:52:01 PM
The <a>n</a> means that the script does not run automatically when the card is played.
I have only made cards that manipulate your hand, I can play around with it and let you know. :D
Thank you. I assumed the <a> tag stood for automatic. For your info, that is the default value, so you only need to include it if you want it to run automatically.