Tasks:Map Events: Difference between revisions

From Adonthell
Jump to navigation Jump to search
added map event task
 
m category added
 
(One intermediate revision by the same user not shown)
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 ==
Line 23: Line 23:


[[Category:Development]]
[[Category:Development]]
[[Category:Tasks]]

Latest revision as of 13:54, 13 March 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