Loading

Paste #puvyjgoyr

  1. 0000 - 03FF
  2.     ":  {CARGO_NAME}: {CARGO_TINY} {RAW_STRING}"
  3.  
  4. 0800 - 0CFF
  5.     ":  {CARGO_NAME}: {RAW_STRING}"
  6.  
  7.  
  8. no callback & no stockpile
  9. 0400 & no stockpile
  10. 0401 & no stockpile
  11.     ":  {CARGO_NAME}"
  12.  
  13.  
  14. 0400 & stockpile (accepting)
  15. no callback & stockpile (accepting)
  16.     ":  {CARGO_NAME}: {CARGO_TINY} waiting"
  17.  
  18. 0400 & stockpile (not accepting)
  19. no callback & stockpile (not accepting)
  20.     ":  {CARGO_NAME}: {CARGO_TINY} waiting, not accepting"
  21.  
  22. 0401 & stockpile (accepting)
  23.     ":  {CARGO_NAME}"
  24.  
  25. 0401 & stockpile (not accepting)
  26.     ":  {CARGO_NAME}, not accepting"

Comments