Adding counters
Ahoy people!
I'm not much of a programmer at all... But I want to add cards to the cards.txt. Many of the cards I want to add have abilities which add counters to other cards.
I used abPumpTgtC but that just lasts until the end of the turn and doesn't add counters...
These are my failed attempts:
The creature sacrifices itself in order to boost another, think the ability is called Reinforce 1, but that's not a keyword yet is it?
Thanks a lot in advance.
I'm not much of a programmer at all... But I want to add cards to the cards.txt. Many of the cards I want to add have abilities which add counters to other cards.
I used abPumpTgtC but that just lasts until the end of the turn and doesn't add counters...
These are my failed attempts:
The creature sacrifices itself in order to boost another, think the ability is called Reinforce 1, but that's not a keyword yet is it?
- Code: Select all
abPumpTgtC W Sac-CARDNAME:+1/+1
- Code: Select all
abPumpTgtC W Sac-CARDNAME:AddCounter<P1P1/1>
Thanks a lot in advance.