[Pogamut-list] Turning back to old location/rotation.

jakub.gemrot pogamut-forum at diana.ms.mff.cuni.cz
Wed Aug 11 14:59:24 CEST 2010


 Re: Turning back to old location/rotation.

Author: jakub.gemrot

Hi!

We're glad you're reporting them - at least it makes us better in helping others in similar situations ;-) it also points to common pitfalls that should be documented.

We will look at the command you've written.

Regarding custom commands - you may always create anonymous CommandMessage object and stuff it into act, e.g.

act.act(new CommandMessage() {
     public String toString() {
         return  "custom command WITHOUT \n";
      }
});

Cheers!
Jakub

-- 
Reply Link: <http://diana.ms.mff.cuni.cz/main/tiki-view_forum_thread.php?forumId=4&comments_reply_threadId=4&comments_parentId=341&post_reply=1#form>





More information about the Pogamut-list mailing list