ID:20721
 
#define P "Perl"
#define C "C++"

world/New()
. = ..()
name = "<dm> Tags in [P]"
status = "It Works!"

// The Members site is written in perl, while the forum is written in C++. Members didn't have a <dm> tag because rewriting the syntax highlighter in perl would have been a major waste of time.
mob/Login()
. = ..()
var/msg = {"Now that we have guild forums, we wanted to tie
the forums (
[C]) more closely to the guild pages ([P]). It was a
<a href="http://www.perl.com/doc/manual/html/pod/perlxs.html">pain in the
[ascii2text(64)][ascii2text(36)][ascii2text(36)]</a>, but [P] now has access
to all BYOND Hub
[C] functionality! Stay tuned for the guild-related fruits of
that labor. &lt;DM&gt; is just one bonus; I'm sure we'll think of others."}

src << msg
for (var/i = 1 to 10)
src << "Woohoo!"

mob/verb/fine_print()
src << "Currently only for blog posts."
src << "The comment filter needs a major rewrite before it can use this."
Yay! Nice work. =)

The "mad scientists" tagline has never seemed more appropriate...

"Perl and C++, united in flesh and in spirit, joined as one! They called me fools, they said it couldn't be done! But I'll show them!

"Igor! Bring me my remote procedure caller!"

"Yeth, marthter..."
pain in the ascii values?
Awesomeness.

Divine: I hope you're joking, but it's more family friendly writing it like that.
Yay. :-) Good job.
Cool!
Sweet! I kept telling myself that I was going to create a
izer program to automatically apply the correct tags to DM for the blog pages(Seeing as we already have the CSS). I never got around to it though...
Very nice.
Hahaha, I laughed at the ascii2text bit.
Nice =)
Would that run in DM?

*tries*
Although I have not tested it, I am fairly sure it will work in DM. Everything looks in order.
Hell Ramen wrote:
Hahaha, I laughed at the ascii2text bit.

Same. That shows how nerdy you really are. ;)
Sweet!
Really, now, what was the point to the world/New() bit? You could have just defined the variables under the /world type. :P

world {name = "
 Tags in [P]"; status = "It Works!"}</tt>

Granted, I only put it in that format do to the lack of &lt;dm&gt; tags in comments. You could do the newlines and indent on your own time. ;)
Hiead wrote:
world {name = "
 Tags in [P]"; status = "It Works!"}</tt>

<tt>loading test.dm
test.dm:1:error:P:undefined var
test.dm:1:error::expected a constant expression</tt>
Mike H wrote:
Hiead wrote:
world {name = "
 Tags in [P]"; status = "It Works!"}</tt>
>
> <tt>loading test.dm
> test.dm:1:error:P:undefined var
> test.dm:1:error::expected a constant expression</tt>

Oh, <strong>excuse</strong> me! :P

<tt>world {name = "<dm> Tags in " + P; status = "It Works!"}</tt>

Tested, even, Mr. Creativity with #define. >;D
i beg to differ
Your request to differ has been denied.
Smoko wrote:
Hell Ramen wrote:
Hahaha, I laughed at the ascii2text bit.

Same. That shows how nerdy you really are. ;)

Same, haha, I know I'm nerdy, thanks :D

Damn, the comments here are funny as well.