From 25f2284e14ecd3f3c10f548fc566758954affd82 Mon Sep 17 00:00:00 2001 From: IrishDarkshadow Date: Thu, 3 Oct 2019 22:17:12 +0100 Subject: [PATCH] Updated God mode commands and item acquisition (markdown) --- God-mode-commands-and-item-acquisition.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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