You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="playlist-none">Drag a playlist here to link.</p>
20
+
{{/if}}
21
+
<pclass="notes">If a Playlist is linked, the iNPC will occasionally choose to play sound from it.</p>
22
+
</div>
23
+
13
24
<fieldset>
14
25
<legend>Public Info</legend>
15
26
<pclass="notes">These fields will be read by other Intelligent NPCs, so don't include any info that others shouldn't generally know. These fields should be written in third person.</p>
16
27
17
28
<divclass="form-group-stacked">
18
29
<label>What Everyone Knows</label>
19
-
<textareaclass="form-control"rows="4"name="whatEveryoneKnows"placeholder="{{journal.name}} is a generic person who is well known for existing."maxlength="500">{{config.whatEveryoneKnows}}</textarea>
20
-
<pclass="notes">A quick summary of what others generally know about this person. Write in third person. Max length: 500 characters</p>
30
+
<textareaclass="form-control"rows="4"name="whatEveryoneKnows"placeholder="{{journal.name}} is a generic person who is well known for existing." >{{config.whatEveryoneKnows}}</textarea>
31
+
<pclass="notes">A quick summary of what others generally know about this person. Write in third person.</p>
21
32
</div>
22
33
23
34
<divclass="form-group-stacked">
24
35
<label>Appearance</label>
25
-
<textareaclass="form-control"rows="4"name="appearance"placeholder="{{journal.name}} wears standard street wear."maxlength="500">{{config.appearance}}</textarea>
26
-
<pclass="notes">What this character looks like to others. Write in third person. Max length: 500 characters</p>
36
+
<textareaclass="form-control"rows="4"name="appearance"placeholder="{{journal.name}} wears standard street wear." >{{config.appearance}}</textarea>
37
+
<pclass="notes">What this character looks like to others. Write in third person.</p>
0 commit comments