New account registration is temporarily disabled.

[DYNRPG PLUGIN] MESSAGEEXTENDER BY MORDEN

Posts

Pages: 1
So I found this great little DynRPG plugin on one of the German forums (multimediaxis) called "MessageExtender" (by Morden) that I thought I would share. It allows for additional message commands to display the switch's numeric value, hero rank, item name/description, skill name/description, condition name & event name. This is amazing for things like chests that give you random items because you can just control it by variable and use a single Message box command instead of one message box command for each item you want to display, which would be a pain in the ass to code.

He also included the source, so you or I can add additional commands in the future pretty easily. Personally, I would love to be able to display monster skills (which I'm guessing would come from some kind of array), but I don't think that's supported in DynRPG yet.

Anyway, here are the commands:
\B[?] Or \b[?]
     - Switch value (0 or 1)
    
\E[?] Or \d[?]
     - Hero rank (degree)
    
\i[?]
     - Item name
    
\I[?]
     - item description

\F[?] Or \f[?]
     - Condition name
    
\a[?]
     - Skill name
    
\A[?]
     - Skill Description
    
\E[?] Or \e[?]
     - Event Name

Download
The source included, along with a quick & dirty google translate version of the readme.

Here's the forum post:
http://www.multimediaxis.de/threads/138637
Oh wow. This is wildly useful. In theory anyway. Let me grab it and try to apply it.
Ohhh, you should totally do a Map Name. You're currently in
\z[v[25]]
, would you like to save? \z for zone, since m would probably be monsters as one's first thought. I'm gonna check this out.

Yes, it works.



Birth and Death are degree titles.
Pages: 1