File:Npc with quest question.png
Jump to navigation
Jump to search
Size of this preview: 800 × 162 pixels. Other resolution: 816 × 165 pixels.
Original file (816 × 165 pixels, file size: 22 KB, MIME type: image/png)
<source lang="dot"> 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]
} </source>
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 15:41, 22 March 2026 | 816 × 165 (22 KB) | Maintenance script (talk | contribs) | == Summary == Importing file |
File usage
The following 4 files are duplicates of this file (more details):
The following page uses this file: