• SMART 6.3
    Download options
    © James Slade/Re:wild
SMART 6 Release
Install SMART Desktop
  1. Download the applicable file from above.
  2. Unzip (extract) the SMART 6 zip file contents into a folder on your computer from where you will be running SMART.
  3. Run the executable SMART.exe (on Macs this file is called SMART.app) to launch SMART.
  4. Install Plug-in (File -> Install New Plugins

When first installing SMART, use the following credentials to login to the sample conservation area:
User Name= smart
Password = smart


Generic Roleplay Gaem Script Direct

npc_bartender = "mood": "grumpy", "topics": ["gossip", "ale"], "trust": 0

def run(self): while True: user_input = input("> ") verb, target = self.parse(user_input) if verb == "quit": break response = self.rules.get(verb, self.unknown)(target) print(response) generic roleplay gaem script

This generic script can be copied, renamed, and expanded into any roleplay scenario—from a haunted mansion to a starship bridge. npc_bartender = "mood": "grumpy"