LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: MasterJediAdam on December 10, 2017, 09:40:47 AM

Title: Plugins with Scripts
Post by: MasterJediAdam on December 10, 2017, 09:40:47 AM
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!
Title: Re: Plugins with Scripts
Post by: MasterJediAdam on December 10, 2017, 09:41:24 AM
Reserved for scripts
Title: Re: Plugins with Scripts
Post by: 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
Title: Re: Plugins with Scripts
Post by: MasterJediAdam on January 03, 2018, 08:03:36 PM
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.
Title: Re: Plugins with Scripts
Post by: MasterJediAdam on January 03, 2018, 08:23:57 PM
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.
Title: Re: Plugins with Scripts
Post by: 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
Title: Re: Plugins with Scripts
Post by: MasterJediAdam on January 06, 2018, 08:38:29 AM
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.