| Author | Message | 
  
	|  Topic: Package Editor View | 
  
	| AmongTheDecay 
 Replies: 1
 Views: 3383
 
 |  Forum: CMUD General Discussion   Posted: Thu Feb 06, 2014 2:43 am   Subject: Package Editor View | 
  
	| I just recently reinstalled cmud and now whenever I open the package editor the default view for scripts is on the Pattern tab.  Is there any way to change it back to the Script Text tab? | 
  
	|  Topic: Prompt Noob. | 
  
	| AmongTheDecay 
 Replies: 9
 Views: 10091
 
 |  Forum: CMUD General Discussion   Posted: Sat Jan 30, 2010 10:23 am   Subject: Prompt Noob. | 
  
	| Sounds like you need to check the 'Trigger on Prompt' box instead of new line. | 
  
	|  Topic: Embedded Commands in Paths | 
  
	| AmongTheDecay 
 Replies: 3
 Views: 4915
 
 |  Forum: CMUD Beta Forum   Posted: Sat Jan 16, 2010 8:37 pm   Subject: Embedded Commands in Paths | 
  
	| ses(open s)s2wsesene3se2se 
 2nen3e(dig e)e3sen2en2es
 
 2neses2d(move boulder)3nwne2ne2s
 
 Those are some of the paths that have ignored embedded commands.  I have not tested all of them but so far ...
 | 
  
	|  Topic: Embedded Commands in Paths | 
  
	| AmongTheDecay 
 Replies: 3
 Views: 4915
 
 |  Forum: CMUD Beta Forum   Posted: Sat Jan 16, 2010 11:16 am   Subject: Embedded Commands in Paths | 
  
	| I have a couple paths that goto areas and when I upgraded to CMUD 3.12 the commands in () stopped working.  Instead of trying to open doors, climb directions, or move things ect they are skipped and t ... | 
  
	|  Topic: Database Variable and functions | 
  
	| AmongTheDecay 
 Replies: 9
 Views: 9443
 
 |  Forum: CMUD General Discussion   Posted: Mon Nov 16, 2009 9:38 pm   Subject: Database Variable and functions | 
  
	| Ya I've done it with the "s.  I was responding via iPod and got lazy.  Sorry. | 
  
	|  Topic: Database Variable and functions | 
  
	| AmongTheDecay 
 Replies: 9
 Views: 9443
 
 |  Forum: CMUD General Discussion   Posted: Mon Nov 16, 2009 8:01 pm   Subject: Database Variable and functions | 
  
	| I first noticed it not working in a trigger but I tried via the command line with just #SAY %db(@items, * crystal *) and that didn't work either | 
  
	|  Topic: Database Variable and functions | 
  
	| AmongTheDecay 
 Replies: 9
 Views: 9443
 
 |  Forum: CMUD General Discussion   Posted: Mon Nov 16, 2009 6:31 pm   Subject: Database Variable and functions | 
  
	| Neither way works. | 
  
	|  Topic: Database Variable and functions | 
  
	| AmongTheDecay 
 Replies: 9
 Views: 9443
 
 |  Forum: CMUD General Discussion   Posted: Mon Nov 16, 2009 11:53 am   Subject: Database Variable and functions | 
  
	| Is there a way to get the database variable functions to work with variables that contain special characters? 
 I have a couple variables stored in my item list that have number values but some of th ...
 | 
  
	|  Topic: Command at login | 
  
	| AmongTheDecay 
 Replies: 3
 Views: 5032
 
 |  Forum: CMUD General Discussion   Posted: Sun Nov 08, 2009 7:16 am   Subject: Command at login | 
  
	| Ya I thought of using auto login just for that reason.  An event will work though.  Thanks. | 
  
	|  Topic: Command at login | 
  
	| AmongTheDecay 
 Replies: 3
 Views: 5032
 
 |  Forum: CMUD General Discussion   Posted: Sun Nov 08, 2009 1:02 am   Subject: Command at login | 
  
	| Is there an option in cmud to issue a command after you login? | 
  
	|  Topic: String list and IFs | 
  
	| AmongTheDecay 
 Replies: 13
 Views: 12761
 
 |  Forum: CMUD General Discussion   Posted: Fri Nov 06, 2009 9:35 pm   Subject: String list and IFs | 
  
	| That gave a compiling error from an invalid local variable.  I added a first line of $ChatCmd="" and it works.  Thanks a bunch. | 
  
	|  Topic: String list and IFs | 
  
	| AmongTheDecay 
 Replies: 13
 Views: 12761
 
 |  Forum: CMUD General Discussion   Posted: Fri Nov 06, 2009 8:32 pm   Subject: String list and IFs | 
  
	| #IF (%2="gangpaths") {#IF (%ismember(%1, @friends)) {#EXEC %3) {gb -Command Failed-};#IF (%2="telepaths") {#IF (%ismember(1, @friends)) {#EXEC %3} {reply -Command Failed-};#IF (%2="broadcasts") {#IF ( ... | 
  
	|  Topic: String list and IFs | 
  
	| AmongTheDecay 
 Replies: 13
 Views: 12761
 
 |  Forum: CMUD General Discussion   Posted: Fri Nov 06, 2009 7:43 pm   Subject: String list and IFs | 
  
	| #IF (%2="gangpaths") {#IF (%ismember(%1, @friends)) {#EXEC %3) {gb -Command Failed-};{#IF (%2="telepaths") {#IF (%ismember(1, @friends)) {#EXEC %3} {reply -Command Failed-};{#IF (%2="broadcasts") {#IF ... | 
  
	|  Topic: String list and IFs | 
  
	| AmongTheDecay 
 Replies: 13
 Views: 12761
 
 |  Forum: CMUD General Discussion   Posted: Fri Nov 06, 2009 7:03 pm   Subject: String list and IFs | 
  
	| #TRIGGER {(%w) ({@chats}): "(*)"} #IF (%2="gangpaths") {#IF (%ismember(%1, @friends)) {#EXEC %3) {gb -Command Failed-}}} {#IF (%2="telepaths") {#IF (%ismember(1, @friends)) {#EXEC %3} {reply -Comman ...
 | 
  
	|  Topic: String list and IFs | 
  
	| AmongTheDecay 
 Replies: 13
 Views: 12761
 
 |  Forum: CMUD General Discussion   Posted: Fri Nov 06, 2009 5:56 pm   Subject: String list and IFs | 
  
	| If I make multiple IFs like that the false state for the first IF would always go off because %2 would not be the chat channel used. 
 The only criteria %3 has to meet is that it is said by someone o ...
 | 
  
	|  Topic: String list and IFs | 
  
	| AmongTheDecay 
 Replies: 13
 Views: 12761
 
 |  Forum: CMUD General Discussion   Posted: Fri Nov 06, 2009 9:40 am   Subject: String list and IFs | 
  
	| I could change it to (%w) ({chats}): "(%*)" but it doesn't seem to matter.
 
 Bob gangpaths: "hi"
 Bob telepaths: "hi"
 Bob broadcasts: "hi"
 
 They're pretty basic.
 | 
  
	|  Topic: String list and IFs | 
  
	| AmongTheDecay 
 Replies: 13
 Views: 12761
 
 |  Forum: CMUD General Discussion   Posted: Fri Nov 06, 2009 8:17 am   Subject: String list and IFs | 
  
	| I am having trouble trying to get this trigger to generate a different if {true} {false} command based on which element in a string list it matches with. 
 #VAR chats {gangpaths|telepaths|broadcasts} ...
 | 
  
	|  Topic: Variable in a path | 
  
	| AmongTheDecay 
 Replies: 2
 Views: 5397
 
 |  Forum: CMUD General Discussion   Posted: Fri Oct 30, 2009 7:10 am   Subject: Variable in a path | 
  
	| How do I call a variable in a path? 
 example..
 
 #PATH forest 2e3ne(get @item)3s
 
 Where item is a variable or a string list.  If it is different for each let me know.
 
 Thanks.
 | 
  
	|  Topic: #LOG and #WRITE | 
  
	| AmongTheDecay 
 Replies: 2
 Views: 4454
 
 |  Forum: CMUD General Discussion   Posted: Sat Sep 19, 2009 11:04 pm   Subject: #LOG and #WRITE | 
  
	| Thanks.  The second option was what I was looking for. | 
  
	|  Topic: #LOG and #WRITE | 
  
	| AmongTheDecay 
 Replies: 2
 Views: 4454
 
 |  Forum: CMUD General Discussion   Posted: Sat Sep 19, 2009 1:32 am   Subject: #LOG and #WRITE | 
  
	| I have a trigger to log some stuff to a text file and the commands notifying that the log starting and opening the file is being written to the .txt. 
 Appending to log C:\....
 Opened *.txt as fil ...
 | 
  
	|  Topic: #PATH | 
  
	| AmongTheDecay 
 Replies: 4
 Views: 5589
 
 |  Forum: CMUD General Discussion   Posted: Fri Aug 28, 2009 9:34 pm   Subject: #PATH | 
  
	| I have tried that.  Do you have to be using the map feature for that to work?  Currently I am just using the #PATH command on its own. | 
  
	|  Topic: #PATH | 
  
	| AmongTheDecay 
 Replies: 4
 Views: 5589
 
 |  Forum: CMUD General Discussion   Posted: Fri Aug 28, 2009 3:58 am   Subject: #PATH | 
  
	| Is there a command to cancel the remaining steps in the path? | 
  
	|  Topic: Trigger condition | 
  
	| AmongTheDecay 
 Replies: 4
 Views: 5369
 
 |  Forum: CMUD General Discussion   Posted: Tue Jun 23, 2009 1:47 am   Subject: Trigger condition | 
  
	| Thanks for the info. | 
  
	|  Topic: Trigger condition | 
  
	| AmongTheDecay 
 Replies: 4
 Views: 5369
 
 |  Forum: CMUD General Discussion   Posted: Sun Jun 21, 2009 8:51 pm   Subject: Trigger condition | 
  
	| Is there any way to make a trigger that fires only when another trigger or class is enabled or disabled? | 
  
	|  Topic: Colored Trigger and variable | 
  
	| AmongTheDecay 
 Replies: 2
 Views: 3757
 
 |  Forum: CMUD General Discussion   Posted: Sat May 16, 2009 9:34 pm   Subject: Colored Trigger and variable | 
  
	| The (%*) is normally where the room name would be. 
 The ansi line with a name in it looks like this.
 
 %e[0S                                %e[1;31mA Twisting Narrow Path%e[0m$
 
 Yes the $ is to ...
 | 
  
	|  |