Entities are the main part of Mokoi Games as they control everything. Currently Entities are written in Pawn but other languages may be added down the track.
The 'UpdatePosition' function is called on Global entities when switching maps. The main use for these to change the Display Objects.
The main entity is required for games to work. The main entity has a couple of entry points to allow scripting enhancements.
This function is called then DialogShow, so you can have a custom dialog box.
When KeyboardWatch is used in a entity, all keyboard input is sent to this function.
Comming Soon