Global Unthing

Ok, I officially like this best:

Streamlined the code tremendously:

class GlobalUnthing : MultiLoc, Unthing
    // if apropo could make initialLocationClass = Actor
    locationList = [me]
    // from a previous code theft
    suppressAnnounceAmbig = true
    // not strictly necessary, I just like this better than default
    notHereMsg = 'You see no <<gAction.dobjMatch.getOrigText()>> here.  '
;

Stolen code from here, thanks again JZ!

2 Likes