File:Npc with quest question.png

From Arianne
Jump to navigation Jump to search

Original file(816 × 165 pixels, file size: 22 KB, MIME type: image/png)

digraph finite_state_machine {
    rankdir=LR
    IDLE -> ATTENDING [ label = "hi" ];
    ATTENDING -> ATTENDING [ label = "help" ];
    ATTENDING -> ATTENDING [ label = "job" ];
    ATTENDING -> QUEST_OFFERED [ label = "quest" ];
    QUEST_OFFERED -> ATTENDING [ label = "yes" ];
    QUEST_OFFERED -> ATTENDING [ label = "no" ];
    ANY -> IDLE [ label = "bye" ];

    // special shape for the ANY-pseudo state
    ANY [shape = plaintext]
}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current21:19, 21 November 2009Thumbnail for version as of 21:19, 21 November 2009816 × 165 (22 KB)Hendrik Brummermann (talk | contribs)

The following page uses this file: