Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » CMUD General Discussion
chamenas
Wizard


Joined: 26 Mar 2008
Posts: 1547

PostPosted: Thu Apr 24, 2008 5:03 pm   

Odd output
 
Here's the trigger:
Code:

#wait 400
#say Loading movement trigger...
#regex movement {^I see no(?: \w+)? log here.$} {#if (@loading="off") {
  #6 {#send "drag all.@currentboard n"
   drag all.@current_board e
   drag all.@current_board s
   drag all.@current_board w
   drag all.@current_board d }
} {
  loading="off"
}
} {General Triggers|Crafting}


Here's it failing:


I see no log here.
drag all.@currentboard n
drag all.@currentboard n
drag all.@currentboard n
drag all.@currentboard n
drag all.@currentboard n
drag all.@currentboard n


It clearly has current_board in the trigger, so why does it take out the underscore?
Reply with quote
Rahab
Wizard


Joined: 22 Mar 2007
Posts: 2320

PostPosted: Thu Apr 24, 2008 5:43 pm   
 
Look at line 4 of your script, the line that starts #6. The underscore is missing.
Reply with quote
chamenas
Wizard


Joined: 26 Mar 2008
Posts: 1547

PostPosted: Thu Apr 24, 2008 5:55 pm   
 
Ack! My attention to detail is terrible Embarassed
_________________
Listen to my Guitar - If you like it, listen to more
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » CMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net