Example Scripts¶
This directory contains example scripts demonstrating various MAID features.
Batch Command Examples¶
- world_setup.batch - Runnable ADMIN builder batch that creates a small town (zero-failure command mode)
- migration_example.batch - Illustrative data-migration strategy (pseudocode; see the header for what actually runs)
Command System Examples¶
- basic_argument_parsing.py - Basic argument parsing examples
- pattern_parsing.py - Pattern-based command parsing
- hook_registration.py - Command hook registration
- custom_lock_function.py - Custom lock function examples