Tasks:Map Events: Difference between revisions

From Adonthell
Jump to navigation Jump to search
added map event task
 
m Overview: better explanation what this is all about
Line 4: Line 4:
== Overview ==
== Overview ==


The [[Architecture:Map Module#Maps and Events|map events]] allow to react on characters movements across the map and enable interactions with objects and other characters.
The [[Architecture:Map Module#Maps and Events|map events]] allow to react on characters movements across the map and enable interactions with objects and other characters. Possible uses might be entering or leaving buildings, traps, pressure plates, triggering cut-scenes and other plot-related events, and much more ...


== Dependencies ==
== Dependencies ==

Revision as of 21:09, 17 January 2008

Back to Task Lists

Overview

The map events allow to react on characters movements across the map and enable interactions with objects and other characters. Possible uses might be entering or leaving buildings, traps, pressure plates, triggering cut-scenes and other plot-related events, and much more ...

Dependencies

Requirements

  • Map event specific event handler and event structure
  • Map events triggered by entering or leaving well-defined areas of the map
  • Map events can be saved and restored

References