From 1fc06dba39002333b02ae32cdbd5df12dd65b50f Mon Sep 17 00:00:00 2001 From: Stuffed <stuffedgames@gmail.com> Date: Mon, 1 May 2017 09:43:29 +0900 Subject: [PATCH] Update slave variable documentation for the hero changes --- slave variables documentation - Pregmod.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index a9a6954fee4..357a950dfe7 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -2259,13 +2259,7 @@ Making your slave; add their name to the following, then go down the documentati <<set _HS = {}>> <<set _HS.slaveName = "STANDARD", _HS.birthName = "STANDARD", _HS.ID = _i++>> -<<set $heroSlaves.push(_HS)>> - - -*Potential alternative syntax: *may not work anymore -<<set _HS = jQuery.extend(clone($activeSlave), {slaveName: "STANDARD", birthName: "STANDARD", ID: _i++})>> -<<set $heroSlaves.push(_HS)>> - +<<set $heroSlaves.push(_HS)>> Once finished, add it into "customSlavesDatabase". To test if your slave is functioning, start up a normal game, swap to cheat mode, max your rep, and view other slave owner's stock in the slave market. If you can not find your slave in the list, and you didn't start the game with your slave, you should double check your slave for errors. If a slave named "Blank" is present, then you likely messed up. Once you find your slave, check their description to make sure it is correct. If it is not, you messed up somewhere in setting them up. -- GitLab