Lines 66-67 in the tp2 (the lines supposed to add a CreateCreature entry to ACTION.IDS) are malformed and causes stupidity
APPEND ~ACTION.IDS~ ~7 CreateCreature(S:NewObject*,P:Location*,I:Face*Face)~ UNLESS ~7 CreateCreature(S:NewObject*,P:Location*,I:Face*Face)~should probably have been:
APPEND ~ACTION.IDS~ ~7 CreateCreature(S:NewObject*,P:Location*,I:Face)~ UNLESS ~7 CreateCreature(S:NewObject*,P:Location*,I:Face)~
PS: The VERSION in the tp2 still says v2.0 even in the v2.1 update