(New message)
Subject review (reverse sequence)
Posted by
Fiendish
USA (848 posts) bio
Global Moderator
Date
Thu 14 Jun 2012 12:09 AM (UTC) [ quote
]
Message
A sub? Are you using vbscript?
http://aardwolfclientpackage.googlecode.com/ top
Posted by
Bottomfeeder
(42 posts) bio
Date
Wed 13 Jun 2012 07:40 PM (UTC) [ quote
]
Message
Nevermind, I found that using the following syntax is working. Thank you for your help...
EnableTriggerGroup "triggergroup", 0 top
Posted by
Bottomfeeder
(42 posts) bio
Date
Wed 13 Jun 2012 07:17 PM (UTC) [ quote
]
Message
Thanks Fiendish,
So I get a script error when I try to run it like that...
Execution of line 2 column 36
Immediate execution
Cannot use parentheses when calling a Sub
Line in error:
EnableTriggerGroup("triggergroup",false)
Is there another way to disable that trigger group? top
Posted by
Fiendish
USA (848 posts) bio
Global Moderator
Date
Wed 13 Jun 2012 01:32 AM (UTC) [ quote
] Amended on Wed 13 Jun 2012 01:33 AM (UTC) by Fiendish
Message
try
<trigger
enabled="y"
match="Pattern1"
send_to="12"
sequence="100"
group="triggergroup"
>
<send>Send("commands to mud")
EnableTriggerGroup("triggergroup", false)
</send>
</trigger>
<trigger
enabled="y"
match="Pattern2"
send_to="12"
sequence="100"
group="triggergroup"
>
<send>Send("other commands to mud")
EnableTriggerGroup("triggergroup", false)
</send>
</trigger>
But what will re-enable them?
http://aardwolfclientpackage.googlecode.com/ top
Posted by
Bottomfeeder
(42 posts) bio
Date
Wed 13 Jun 2012 12:21 AM (UTC) [ quote
]
Message
I'm working on a plugin right now and I'm running into what I believe to be syntax problems.
Is it possible to send a command to the mud AND then disable a group of triggers from within a single trigger?
Here's how I'm attempting it...
<trigger
enabled="y"
match="Pattern1"
send_to="10"
sequence="100"
group="triggergroup"
>
<send>commands to mud</send>
EnableTriggerGroup("triggergroup", false)
</trigger>
<trigger
enabled="y"
match="Pattern2"
send_to="10"
sequence="100"
group="triggergroup"
>
<send>other commands to mud</send>
EnableTriggerGroup("triggergroup", false)
</trigger>
So ideally if the mud sent pattern1 and then pattern2, the first trigger would fire, send the command to the mud, and then disable the trigger group before the second trigger could fire.
Is this possible or even practical? Any help would be greatly appreciated. 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.
585 views.
Reply to this subject
Start a new subject
  Refresh page
Go to topic:
(Choose topic)
Area Editor: Bug reports
Area Editor: General
Area Editor: News and updates
Area Editor: Suggestions
Area Editor: Tips and tricks
Dawn of Time: Administration
Dawn of Time: Configuration
Dawn of Time: Installing/compiling the server
Dawn of Time: New Dawn Muds Announcements
Dawn of Time: Playing
Dawn of Time: What is Dawn of Time (Dawn)?
Electronics: Microprocessors
Electronics: Operational Amplifiers
Forum: About
Forum: Announcements
Forum: Mailing other users
Forum: Problems
Forum: Registering
Forum: Searching
Forum: Subscribing
Forum: Suggestions
Forum: Test
Forum: Time zones / time display
Forum software: Administration
Forum software: Installation
MUDs: Announcements
MUDs: General
MUDs: MUD Design Concepts
MUSHclient: Announcements
MUSHclient: Beta testing
MUSHclient: Bug reports
MUSHclient: Development
MUSHclient: General
MUSHclient: Getting Started
MUSHclient: International
MUSHclient: Jscript
MUSHclient: Lua
MUSHclient: Miniwindows
MUSHclient: MXP and Pueblo
MUSHclient: Perlscript
MUSHclient: Plugins
MUSHclient: Python
MUSHclient: Suggestions
MUSHclient: Tips and tricks
MUSHclient: VBscript
MUSHclient: Wine
PennMUSH: Compiling the server
PennMUSH: Running the server
Programming: General
Programming: STL
Quilting: General
ROM: Compiling the server
ROM: Running the server
SMAUG: Commands
SMAUG: Compiling the server
SMAUG: Lua
SMAUG: Running the server
SMAUG: SMAUG coding
Search the forum
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )