Jump to content

Trying to think of a card that restricts special summoning to x monsters at a time in some way


Recommended Posts

I'm trying to code an effect for YGO pro that says either: "You can only pendulum summon 1 monster from your extra deck at a time" or "you cannot pendulum summon from your hand and extra deck at the same time"

 

I'm posting in this forum since I'm wondering if people know of any cards with similar effects in the TCG/OCG. Even vaguely similar will do. I can do the coding myself if given something to work off of.

 

I'm not looking for "you cannot pendulum summon monsters except ____ monsters". I already know about that one.

 

http://yugioh.wikia.com/wiki/El_Shaddoll_Windadoesn't count, since that's once instance, which could be 5 pendulums at once, not 1 monster.

 

edit: I think I can make this work without that bit of code, but if people can think of something I'd still like to hear it

Link to comment
Share on other sites

If !(pendulum monster would be summoned from extra deck && pendulum monster would be summoned from hand), then allow action.

 

I can't imagine the condition check being any different than that.  Don't know anything about pendulum monsters or effects similar to not allowing monsters or what the game is even coded in, but a conditional of that sort would be checked before the action is considered allowable.

 

Doubt it helps at all though, would be easier to compare similar code if you had it, considering the kind of game yugioh is..

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...