Talk:Nuit

From Fate's Harvest
Revision as of 17:35, 13 April 2018 by Nuit (Talk | contribs) (Created page with "==Quick Change Command== With no multidescer on Fates Harvest, this is a close, simple command to provide one. It does not do multi part descs, only wholesale. It can change...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Quick Change Command

With no multidescer on Fates Harvest, this is a close, simple command to provide one. It does not do multi part descs, only wholesale. It can change your +glance too. It is dirty, but it works.

&CMD-CHANGE me= $+change *:&faedesc me=[u(%0_fae_desc)]; @desc me=[u(%0_desc)]; &short-mien me=[u(%0_short_mien)]; &short-desc me=[u(%0_short_desc)]; 

You must set up each desc you wish to use with the following command

&NAME_fae_desc me=fae desc
&NAME_desc me=normal desc
&NAME_short_mien me=Short Desc Mien
&NAME_short_desc me=Short Desc

Where NAME is the name of the desc you are designing. All matching parts must have the same name. You can set as many as you wish, as long as the parts all share a name that is different from the other sets.

You can add additional lines to the code to change parts of your +glance

&mien-skin me=[u(%0_mien_skin)]; 
&mien-eyes me=[u(%0_mien_eyes)]; 
&mien-hair me=[u(%0_mien_hair)]; 
&NAME_mien_skin me=Mien Skin
&NAME_mien_eyes me=Mien Eyes
&NAME_mien_hair me=Mien Hair
<pre>

Non Mien can be done the same way, just remove all instances of mien.


Enjoy