File:Npc simple.png: Difference between revisions

From Arianne
Jump to navigation Jump to search
imported>Hendrik Brummermann
added source code
Maintenance script uploaded File:Npc simple.png
Tag: Server-side upload
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 15:41, 22 March 2026

digraph finite_state_machine {
    rankdir=LR
    IDLE -> ATTENDING [ label = "hi" ];
    ATTENDING -> ATTENDING [ label = "help" ];
    ATTENDING -> ATTENDING [ label = "job" ];
    ATTENDING -> IDLE [ label = "bye" ];
}

File history

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

Date/TimeThumbnailDimensionsUserComment
current15:41, 22 March 2026Thumbnail for version as of 15:41, 22 March 2026349 × 159 (13 KB)Maintenance script (talk | contribs)== Summary == Importing file

The following file is a duplicate of this file (more details):

The following page uses this file:

Metadata