RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

Adding job/status and fixing some bugs in RockJobs #193

Open Darcness opened 9 months ago

Darcness commented 9 months ago

Most of the functions on the database object were mistakenly calling for [v(database)] when they were already on the database object (and that attribute is never defined). Removed the references to that attribute and the calls worked fine.

Took some code from Rockpath for a status command that somehow didn't make it into the repo (although the function to support it did).

Updated the code to work with the @tag system.

Fixes #192