I Hate Snatch Steal Posted May 6, 2015 Report Share Posted May 6, 2015 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 More sharing options...
ihop Posted May 6, 2015 Report Share Posted May 6, 2015 Kaiser colusseum is vague but the most similar thing I know Link to comment Share on other sites More sharing options...
I Hate Snatch Steal Posted May 6, 2015 Author Report Share Posted May 6, 2015 Kaiser colusseum is vague but the most similar thing I know Good idea but its not similar enough. Thanks anyway though. Link to comment Share on other sites More sharing options...
darkwolf777 Posted May 6, 2015 Report Share Posted May 6, 2015 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 More sharing options...
I Hate Snatch Steal Posted May 6, 2015 Author Report Share Posted May 6, 2015 I think I can make my concept work without this bit of code, but if people think of things I'd like to hear them Link to comment Share on other sites More sharing options...
Armoire Posted May 6, 2015 Report Share Posted May 6, 2015 Cards that come to mind that limit the number of summons per turn are: Summon Limit Summon Breaker Scary Moth And the ones that limit the number of cards players control: Kaiser Colosseum Spatial Collapse Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.