eakosin / TheExplorerProject

A 2D MMO-PVE dungeon crawler with item based character progression.
4 stars 3 forks source link

Add message queue to all objects #43

Open eakosin opened 10 years ago

eakosin commented 10 years ago

object.messages = {} Where messages will be an array of key,value pairs that relay back information from event processing in other objects. Messages can be anything, but unexpected messages should simply be dropped. Re-initialize the table after processing.