Alert
You are about to bump an old thread. This is usually a very bad idea. Please think about what you are about to do before you press the Post button.
Post help
▼
Presentation
[b]…[/b] — bold type
[i]…[/i] — italic
[u]…[/u] — underlined
[s]…[/s] — strikethrough
[code]…[/code] — code block
[spoiler]…[/spoiler] — spoiler block
[spoiler=…]…[/spoiler]
[source]…[/source] — colorcoded block, assuming C#
[source=…]…[/source] — colorcoded block, specific language[which?]
Links
[img]http://…[/img] — insert image
[url]http://…[/url]
[url=http://…]…[/url]
>>… — link to post by ID
[user=##] — link to user's profile by ID
Quotations
[quote]…[/quote] — untitled quote
[quote=…]…[/quote] — "Posted by …"
[quote="…" id="…"]…[/quote] — ""Post by …" with link by post ID
Embeds
Most plain HTML also allowed.
Kawa
Quote
Link
It is. Let me just stick my arm in there and see if I can...
PillowShout
Quote
Link
I was trying out Bodshi's slime scenes and I noticed that they weren't triggering when they should have. I tracked it down to a small error with the filters. <blockquote><code> filter target="bottom" type="has" name="skin/type/slime" </code></blockquote> Should be... <blockquote><code> filter target="bottom" type="has" name="skin/type" value="slime"</code></blockquote> I found this in mutliple scenes, but it should still be an easy fix.