Alright, I'm having an intermittent issue with importing some creatures. Sometimes their powers/abilities don't fully import and leave off the last few letters of whatever line happens to be last in the macro being made for it. The first example here is fine and didn't lose anything, but the second example lost the last few letters off the Recharge part. First example macro /emas RORT, GOBLIN TOMERIPPER /as "Power" Goblin Tactics /as "Trigger" Rort is missed by an attack. /as "Effect" Rort shifts 1 square Second example macro /emas RORT, GOBLIN TOMERIPPER /as "Power" Page of Summoning /as "Require" Rort must have a book. /as "Effect" A gray ooze appears in a square adjacent to Rort. Roll initiative for the ooze, and it acts normally until destroyed. /as "Recharge" (1/roun The last line should be /as "Recharge" (1/round) I've done this with multiple creatures so far, and there doesn't seem to be any specific part of the macro that causes it, as it's happened on effect lines, or damage lines, or anything at all. But it doesn't happen all the time, only sometimes.