Re: Community Wad
Been there; done that. lolnivmizzet1 wrote:OMG! I just realised that for some reason I switched the card in the deck back to the non-MM version!! Doh!Xander9009 wrote:In-game is the only way I know of. In that case, revert it to "("Test")" instead of "(Production)". If it still doesn't show anything, then the next step is to remove the entire section of code leaving ONLY the message.
The thing that shows you the produced mana normally IS a message. However, this one is supposed to show just the colors, no other text. For instance, if you have a white and green permanent out, it should who "{W}{G}" and nothing else in that message. It should THEN be followed up by the normal mana pool message. If you don't get the "Test" showing, then the code isn't executing to that point (and can't be producing mana). To be 100% sure, removing the rest of that RTA so it reads justwill make it so that the card shouldn't be doing ANYTHING in that RTA except showing a message. If it still produces 1 mana and shows no message, it is absolutely definitely not using that card's code. There is another copy somewhere overriding your code.
- Code: Select all
<RESOLUTION_TIME_ACTION>
MTG():MessageAllPlayers("Test")
</RESOLUTION_TIME_ACTION>![]()
![]()
Sorry about that.
