YEP.41 – Actor Variables
This plugin requires the Status Menu Core. Ever wanted to display unique Game Variables into the status menu to portray your actors? Now you can! These variables can come from a global or individual source per actor. Variables listed in the Global Columns found in the parameters will be listed for all actors. Variables defined in the actor noteboxes will be listed for that actor when displayed.
這個插件需要身份菜單核心插件。你想要展示特有的游戲變量進(jìn)入你的角色身份菜單嗎?現(xiàn)在你可以了!這些變量可以來自全局變量或者每個角色的獨(dú)有變量。在參數(shù)內(nèi)找到的全局變量都可以被列舉。角色備注框里里設(shè)置的變量將會展示在角色欄
Introduction
This plugin requires YEP_StatusMenuCore.js.
Place this plugin under YEP_StatusMenuCore.js in the Plugin Manager.
這個插件需要YEP_StatusMenuCore,確保它放在YEP_StatusMenuCore下面
This plugin lets you place variables into the Status Menu Core in a unique page for display as actor data. These variables can come from a global or individual source per actor. Variables listed in the Global Columns found in the parameters will be listed for all actors. Variables defined in the actor noteboxes will be listed for that actor when displayed.
插件讓你能夠把變量放入身份菜單的特殊頁顯示出來。這些變量可以來自全局變量或者每個角色的獨(dú)有變量。在參數(shù)內(nèi)找到的全局變量都可以被列舉。角色備注框里里設(shè)置的變量將會展示在角色欄
If you wish to place the Actor Variables tab in the Status Menu in a specific spot, place ‘Variables’ without the quotes in the Status Menu Core’s Command Order parameter. If it’s not present there, it will automatically order itself in the ‘Custom’ tab.
如果你想把角色變量欄放入身份菜單,請把‘Variables’ 放入身份菜單核心插件命令參數(shù)欄,否則,將會出現(xiàn)在‘Custom’欄
Notetags
Use the following notetags to display variables in your Status Menu.
使用下面的標(biāo)簽可以顯示變量
Actor Notetags:
<Column x Variables: y>
<Column x Variables: y, y, y>
<Column x Variables: y to z>
This will display in column x (1 through 4) the variable(s) y. If using the y to z notetag, this will display all the variables from y to z.
這將在x行顯示變量y。如果你使用了y到z,則會顯示y到z的所有變量
Variable Icons and Display
To display icons and change the display of your variables, write the name of your variables like text codes in the variable editor.
如果想要顯示圖標(biāo)和改變顯示的變量,你可以想文本代碼一樣寫下命令
A variable name like this \i[42]Variable Name will show up with an icon.
這段命令將會顯示一個圖標(biāo)
However, if you wish to make notes that do not appear, you can place the notes between << and >>.
如果你想隱藏名字,你可以用《》來設(shè)置
For example:
Hello <<You can’t see me>>World!
will show up as ‘Hello World!’ because of the << and >> markers.
例如這段代碼,將會顯示‘Hello World!’。《》內(nèi)的不會顯示