mud
Here are 371 public repositories matching this topic...
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Sep 22, 2021 - Elixir
What is the current behavior?
When you are on top of an NPC and want to trade/shop/bank with them. The popup screen will not popup UNTIL you move and FINISH its progress.
**If the current behavior is a bug, please provide
Brief summary of issue / Description of requested feature:
Steps to reproduce the issue / Reasons for adding feature:
- Open up alias editor on macOS.
Error output / Expected result of feature
Fonts should be consistent & professional.
Extra infor
-
Updated
Jul 4, 2021 - Python
-
Updated
Jul 22, 2021 - JavaScript
Multiple game owners
Switch games from belongs_to :user to has_many :admins
Create a new join table that let's multiple users administrate a game. No special roles at the moment, all admins can manage the full aspect of a game.
Maybe we keep the current belongs_to :user and rename to be the "owner" so we can tell who originally made it and maybe who should have slight extra power in the future. Other syst
web client - allow client-side CSS. People like to customize, let them upload or supply their own CSS?
-
Updated
Feb 14, 2018 - C#
-
Updated
Aug 30, 2021 - C
Make it possible to mute the autospoken part of TTS, eg. speaking incoming text
as it arrives etc. This should not mute TTS generated from scan_index or
tts:speak_direct from lua.
Eg.
-- Mutes auto-spoken TTS
tts:mute()-
Updated
Mar 1, 2019 - Go
-
Updated
Oct 4, 2021 - C#
-
Updated
Sep 2, 2021 - Lua
-
Updated
Dec 11, 2018 - C++
-
Updated
May 12, 2018 - Haskell
-
Updated
Oct 9, 2021 - Lua
-
Updated
Feb 22, 2021 - JavaScript
-
Updated
Sep 18, 2020
-
Updated
Sep 15, 2019 - Elixir
Improve this page
Add a description, image, and links to the mud topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mud topic, visit your repo's landing page and select "manage topics."

Is your feature request related to a problem? Please describe.
Right now, this condition check on the delete() outcome has no value.

Describe the solution you'd like
I'd like to see the
DefaultScript.delete()method check to make sure the deletion was done properly and then return a boolean value.Or as @Griatch put it