Search found 3 matches
- Wed Feb 26, 2020 4:15 pm
- Forum: Help Forum
- Topic: Combining repetitive output lines
- Replies: 1
- Views: 3684
Combining repetitive output lines
I play a MUD that grants you additional attacks each combat round as you level. For example, if I attack three time a round and my opponent attacks me three times a round, the output looks like this. You hit the guard very hard. You hit the guard hard. You hit the guard very very hard. The guard hit...
- Tue Feb 25, 2020 6:19 pm
- Forum: Help Forum
- Topic: How to create a Module
- Replies: 2
- Views: 4818
Re: How to create a Module
Awesome. I wish I had noticed that the mpackage was a .zip file. So, I can create a package from my main profile, pull the .xml out of the .zip file, create some new profiles, and import the the .xml file as a module in each profile. From that point, after I save any profile using the module, it wil...
- Tue Feb 25, 2020 2:34 pm
- Forum: Help Forum
- Topic: How to create a Module
- Replies: 2
- Views: 4818
How to create a Module
I've looked through the wikis, but I haven't found a method for creating a module that I can sync between multiple profiles. The main issue is that the package exporter creates .mpackage files, when you can only use module sync with .xml files. The closest I got was doing a "save as" on an...