[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  General
. . -> [Subject]  Changing Capitalized to Lowercase in triggers

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?
(New message)
Subject: Changing Capitalized to Lowercase in triggers
Name:
Your forum user name.
Register forum user name
Password:
Your forum password.
Forgotten password?
Message:
Message to be posted (in English, please)
Maximum of 6000 characters. Text only please, no HTML.
Forum codes:
Check this if your message uses 'forum codes' or templates (auto-detected for new posts).
Forum codes Templates

Save this message ...


Subject review (reverse sequence)

Posted by Magnum   Canada  (580 posts)  [Biography] bio
Date Sun 17 Mar 2002 11:20 PM (UTC)  quote  ]
Message
Not super-simple, but not too hard either...

You need to have a script subroutine perform the task for you. If you use a Visual Basic Script file, you could use this subroutine:

Sub Throw_Knives (TriggerName, TheOutput, arrWildcards)
   World.Send "throw knives " & LCase(arrWildcards(1))
End Sub


LCase is the Visual Basic function for converting a string to lowercase. arrWildcards(1) is the first wildcard, passed by the trigger to the subroutine.

In you Trigger configuration, you MUST give your trigger a name (label). One you do, you can enter a script subroutine to run when the trigger fires. In this case, you would put "Throw_Knives" in the 'Script' box.

I don't feel like re-itterating the instructions for telling mushclient to use a script file, or how to edit it, please look for those instructions elsewhere on this site.

Get my plugins here: http://www.magnumsworld.com/muds/

Constantly proving I don't know what I am doing...
Magnum.
[Go to top] top

Posted by EvilFrosty   (2 posts)  [Biography] bio
Date Sun 17 Mar 2002 09:43 PM (UTC)  quote  ]
Message
I wanna know if there is a simple way to set a Capitalized
word in a trigger to a lowercase by that I mean I wanna set it this way.

Trigger: You stab * in the back!
Command: throw knives %1

*On this tho I want the *, in this case the keyword being
Ghoul, well in the output command I want it to show ghoul,
is there a simple way to set this trigger up?
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


1,338 views.

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]