get_state.sh 254 B

1234567
  1. #!/bin/sh
  2. # Query the stat node in the main game world
  3. ../../eliasdb console -exec "get stats"
  4. # Query the stat node in the main game world
  5. ../../eliasdb console -exec "get conf"
  6. # List all objects in the main world
  7. ../../eliasdb console -exec "get obj"