Character Signatures

* Adds the ability for players to have predefined signatures for
specific characters
* Should none be entered, it'll revent to the old style, until changed
This commit is contained in:
skull132
2015-03-05 16:00:22 +02:00
parent 9d8349229f
commit 4a6da81963
6 changed files with 58 additions and 4 deletions
+1 -1
View File
@@ -204,7 +204,7 @@
t = replacetext(t, "\[/u\]", "</U>")
t = replacetext(t, "\[large\]", "<font size=\"4\">")
t = replacetext(t, "\[/large\]", "</font>")
t = replacetext(t, "\[sign\]", "<font face=\"[signfont]\"><i>[user ? user.real_name : "Anonymous"]</i></font>")
t = replacetext(t, "\[sign\]", "<font face=\"[user ? user.mind.signature_font : signfont]\">[user ? user.mind.signature : "<i>Anonymous</i>"]</font>")
t = replacetext(t, "\[field\]", "<span class=\"paper_field\"></span>")
if(!iscrayon)