diff --git a/God-mode-commands-and-item-acquisition.md b/God-mode-commands-and-item-acquisition.md index f2f40dc..41b67e4 100644 --- a/God-mode-commands-and-item-acquisition.md +++ b/God-mode-commands-and-item-acquisition.md @@ -219,4 +219,13 @@ The results will be output in your chat window. When you see an entry there with which looks like this: **/objvar set 3596989761 ship_comp.engine.speed_maximum 125.0** -You will find that some objects resist changes like this due to how they are configured in the code e.g. light sabers. You can get around that limitation by using /objvar set on the crystals / pearls before putting them into the saber. This same technique can be useful for many other scenarios as well. \ No newline at end of file +You will find that some objects resist changes like this due to how they are configured in the code e.g. light sabers. You can get around that limitation by using /objvar set on the crystals / pearls before putting them into the saber. This same technique can be useful for many other scenarios as well. + +Spawn A Blue Frog + /object spawn object/tangible/terminal/terminal_character_builder.iff + +List All Resources Currently Spawned + /resource tree + +Generate A Beast Dye + /object spawn object/tangible/item/beast/beast_dye.iff \ No newline at end of file