Code:
│Connected to client retroHobbyist...
├───────────────────────────────────────────────────────────────────
│...................................................................
│............──────────────────.....................................
│............│................│.....................................
│............│........#.......│.....................................
│............│........#......#│────────────────────────............
│............│#@......#.......│............│..o.o.....│.............
│............│#...............\............│..###.....│.............
│............│................│............│..o.o....#│.............
│............│................│......................#│.............
│............│................│......###...│───│.....#│.............
│............│......####......│............│#..│......│.............
│............│......####......│<...........│...\......│.............
│............───────────────────────\─────────────────│.............
│...................................................................
│...................................................................
│...................................................................
├───────────────────────────────────────────────────────────────────
│GNUrb$> help
│ GNUrb prebuild commandlist
│ Type man <command> for detailed documentation
│ --------------------------------------
│ deploy -resource [identifier]
│ put [coordinates]
│ get [coordinates]
│ construct [coordinates]
│
│GNUrb$> man deploy
│ GNUrb deploy
│ Deploy is used to spawn a new held instance of the resource
│ deploy --resource 0x0f8bb9
│ will spawn an instance of
│ Additional resource files may also be specified
│ deploy -f /resources/unstable.srf -resource 0x000000
│ will spawn the first resource in unstable.srf
│ To print a list of the resources availabe, use -list
│ There must be a corresponding string table in the same
│ directory as the srf in order for list to print readable
│ resource names.
│ deploy --list [name=="S*"]
│ will print a list of the default resources begining with
│ 'S', along with their deploy cost and corresponding name
│ strings.
│
│GNUrb$> deploy --list
│ No default.sst file found. Continue (y/n)?
│>n
│
│GNUrb$> deploy --list [price==0]
│ Invalid qualifier
│GNUrb$> man deploy --list
│ deploy --list supports the following arguments
│ id
│ cost
│ name
│
│ Standard comparative operators will work,
│ [id<0x000100]
│ or a range of parameters may be provided.
│ [0x000080<id<0x000100]
│ Wildcards may be used in string comparison
│ [name=="S*"]
│ Cost may be specified as an absolute,
│ [cost<100]
│ or with qualifiers.
│ [cost<50bg25sh]
│
│GNUrb$> deploy --list [cost==0]
│ No default.sst file found. Continue (y/n)?
│>y
│ ID Cost Name
│ 0x000000 0
│ 0x0056fc 0
│ 0x030gee 0
│
│GNUrb$> deploy --resource 0x000000
│ Deploy returned successful! Place held object with PUT
│
└───────────────────────────────────────────────────────────────────
genericAnomaly [gA] began pestering retroHobbyist [ rE] at 10:16 GMT
gA: Hey rH I'm about to drop something important in your house.
gA: Hopefully.
gA: Hopefully it'll be in your house.
genericAnomaly [gA] ceased pestering retroHobbyist [rH] at 10:17 GMT
Code:
├───────────────────────────────────────────────────────────────────
│GNUrb$> put [17, 9]
└───────────────────────────────────────────────────────────────────