[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]  Tips and tricks
. . -> [Subject]  Still trying to get ahold of coding knowledge

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?
(New message)
Subject: Still trying to get ahold of coding knowledge
Name:
Your forum user name.
Register forum user name
Password:
Your forum password.
Forgotten password?
Message:
Message to be posted (in English, please).
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 Nick Gammon   Australia  (18,772 posts)  [Biography] bio   Forum Administrator
Date Fri 03 Nov 2006 05:29 AM (UTC)  quote  ]

Amended on Fri 03 Nov 2006 05:33 AM (UTC) by Nick Gammon

Message
Well, a minor bit of scripting is needed to make decisions, however it can be done "inline" in your trigger or alias.

Assuming the trigger or whatever-it-is matches, your code would look something like this:


if r == 0 then
  Send ("cast blind")
else
  Send ("cure blind")
end -- if


The test of equality is "==" not "=", as "=" is used for assignment, eg.


a = 42  --> a is now 42


For this to work perfectly you need to establish a value for the variable "r".

You need to set the trigger or whatever you are making to "send to script" so that the script commands are executed as a script, and not just sent straight to the MUD.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Jordan   (14 posts)  [Biography] bio
Date Thu 02 Nov 2006 08:48 PM (UTC)  quote  ]
Message
Lua i think. So i have to create a script in order to do it?
[Go to top] top

Posted by Zeno   USA  (2,867 posts)  [Biography] bio   Moderator
Date Thu 02 Nov 2006 05:05 PM (UTC)  quote  ]
Message
What scripting language are you working in?

Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org
[Go to top] top

Posted by Jordan   (14 posts)  [Biography] bio
Date Thu 02 Nov 2006 04:24 PM (UTC)  quote  ]
Message
If r = 0

then cast blind

else cast 'cure blind'


how would i code something like this?
[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,695 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]