Register to post in forums, or Log in to your existing account
 
:
Search found 35 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: [v1.34 - Bug?] #Var/#NewVar inside #If gets created in wrong class
Riesz

Replies: 6
Views: 9697

PostForum: CMUD General Discussion   Posted: Sat Sep 22, 2007 8:05 pm   Subject: [v1.34 - Bug?] #Var/#NewVar inside #If gets created in wrong class
That'd be it then, I haven't seen that implementation until now. It's good to know!
  Topic: [v1.34 - Bug?] #Var/#NewVar inside #If gets created in wrong class
Riesz

Replies: 6
Views: 9697

PostForum: CMUD General Discussion   Posted: Sat Sep 22, 2007 6:07 pm   Subject: [v1.34 - Bug?] #Var/#NewVar inside #If gets created in wrong class
Utilising #var this test places the listener variable in the correct directory. I'm not sure what problem I had with it before strangely, but the 'problem' with #newvar persists.

You say that #newv ...
  Topic: [v1.34 - Bug?] #Var/#NewVar inside #If gets created in wrong class
Riesz

Replies: 6
Views: 9697

PostForum: CMUD General Discussion   Posted: Sat Sep 22, 2007 3:20 pm   Subject: [v1.34 - Bug?] #Var/#NewVar inside #If gets created in wrong class
That's rather stupid of me. The missing @{} is merely a typing error. I use that format a fair bit already. I agree with you on %concat though, that hadn't occured to me and I prefer it.

The multil ...
  Topic: [v1.34 - Bug?] #Var/#NewVar inside #If gets created in wrong class
Riesz

Replies: 6
Views: 9697

PostForum: CMUD General Discussion   Posted: Sat Sep 22, 2007 8:08 am   Subject: [v1.34 - Bug?] #Var/#NewVar inside #If gets created in wrong class
I have been trying to create a variable inside of a conditional statement.

alias:
#if !(%1Listener)
{
#newvar %1Listener
#var %1TestVariable {""} {} {Other|Listener}
}
#additem %1Listener ...
  Topic: Functionality question - immediate expansion?
Riesz

Replies: 10
Views: 13667

PostForum: CMUD Beta Forum   Posted: Mon Apr 02, 2007 4:53 pm   Subject: Functionality question - immediate expansion?
Thanks for the confirmation there Zugg, and thanks also to Arminas and Larkin for their additions. Shall be watching forthcoming versions with keen interest!
  Topic: Functionality question - immediate expansion?
Riesz

Replies: 10
Views: 13667

PostForum: CMUD Beta Forum   Posted: Mon Apr 02, 2007 10:58 am   Subject: Functionality question - immediate expansion?
Hmm... technically at all points my clothingLine (the equivalent of aLoop) is being called it is in another loop. %j fixes this problem in all instances. It was coded initially to be standalone howeve ...
  Topic: Functionality question - immediate expansion?
Riesz

Replies: 10
Views: 13667

PostForum: CMUD Beta Forum   Posted: Sun Apr 01, 2007 4:29 pm   Subject: Functionality question - immediate expansion?
Tracking through the problem in an attempt to explain better, it seems that my original example is not full enough to describe what is happening.

Adding a load of debug information to my scripts, t ...
  Topic: Functionality question - immediate expansion?
Riesz

Replies: 10
Views: 13667

PostForum: CMUD Beta Forum   Posted: Sun Apr 01, 2007 2:58 pm   Subject: Functionality question - immediate expansion?
clothingLine worked correctly in zMud and works in CMud if I run it seperately.

Here is a sample test:

clothingLine 1234;#echo {@commLine}

Changed to use a static number instead of %i, it wor ...
  Topic: Functionality question - immediate expansion?
Riesz

Replies: 10
Views: 13667

PostForum: CMUD Beta Forum   Posted: Sun Apr 01, 2007 8:06 am   Subject: Functionality question - immediate expansion?
Tried version 1.26 as my first version since about 1.13, impressive changes! Very few bug messages now. Converted my system across with no compatibiltiy errors, and most things work as intended. Howev ...
  Topic: [1.10] SAFE walking causes a bug on movement.
Riesz

Replies: 1
Views: 3653

PostForum: CMUD Beta Forum   Posted: Tue Oct 17, 2006 7:10 am   Subject: [1.10] SAFE walking causes a bug on movement.
As mentioned in the "[1.09] Speedwaling. Is it broken or am i doing it wrong?" thread, I've been receiving errors in CMud trying to move with the mapper configured.

The settings seem identical to w ...
  Topic: [1.09] PCOL
Riesz

Replies: 11
Views: 10467

PostForum: CMUD Beta Forum   Posted: Tue Oct 17, 2006 7:01 am   Subject: [1.09] PCOL
My god that's one garishly coloured interface... looks like my mIRC to be honest ;)
  Topic: Data Records #VAR vs #ADDKEY
Riesz

Replies: 2
Views: 4514

PostForum: CMUD Beta Forum   Posted: Sun Oct 15, 2006 7:56 am   Subject: Data Records #VAR vs #ADDKEY
Hmm... I suppose a minor gripe of mine was that addkeys (and additems as well) don't use the same syntax as for Var for creating a new variable. You could specify the desired class for the creation lo ...
  Topic: [1.09] Speedwaling. Is it broken or am i doing it wrong?
Riesz

Replies: 6
Views: 7731

PostForum: CMUD Beta Forum   Posted: Sun Oct 15, 2006 7:50 am   Subject: [1.09] Speedwaling. Is it broken or am i doing it wrong?
The error that I described in my last post still remains in v1.10. Moving with the map configured with Safe walking bugs on possibly the room name, or something to do with confirming the step.
  Topic: [1.10] Variable with no value - Error compiling script
Riesz

Replies: 3
Views: 4525

PostForum: CMUD Beta Forum   Posted: Sat Oct 14, 2006 1:35 pm   Subject: [1.10] Variable with no value - Error compiling script
In earlier versions of CMud (1.03ish), I caused an error that used #if (@variable) when @variable didn't exist. Using it like that was a handy shortcut for checking for non-zero/non-null/nonexistant v ...
  Topic: New multiline syntax supported in v1.10
Riesz

Replies: 12
Views: 13010

PostForum: CMUD Beta Forum   Posted: Sat Oct 14, 2006 10:39 am   Subject: New multiline syntax supported in v1.10
I'm really glad to see this, I've always despised the single { on the end of the first command line, I want it on the next line usually by itself so that the closing bracket is on the same indent. I f ...
  Topic: [1.09] Speedwaling. Is it broken or am i doing it wrong?
Riesz

Replies: 6
Views: 7731

PostForum: CMUD Beta Forum   Posted: Sat Oct 14, 2006 10:32 am   Subject: [1.09] Speedwaling. Is it broken or am i doing it wrong?
Okay, bug time for you Zugg.

Thanks for the description here, precisely what it was doing. I mentioned in my above post there was a bug causing a popup error message, and that's still there after f ...
  Topic: [1.09] Speedwaling. Is it broken or am i doing it wrong?
Riesz

Replies: 6
Views: 7731

PostForum: CMUD Beta Forum   Posted: Fri Oct 13, 2006 7:38 am   Subject: [1.09] Speedwaling. Is it broken or am i doing it wrong?
I've been having problems related to speedwalking myself, but more to do with the mapper tracking my movement at all. Considering it's a very similar/the same module I copied all the settings across f ...
  Topic: [1.09] Problems with variable names containing numbers
Riesz

Replies: 2
Views: 4753

PostForum: CMUD Beta Forum   Posted: Wed Oct 11, 2006 5:30 pm   Subject: [1.09] Problems with variable names containing numbers
Hmm... I see. Nothing that stops me from having the number at the middle/end of the variable name, just means some recoding. Glad to know it's simply that though. Thanks for your assistance here Zugg ...
  Topic: [1.09] Lost <>, but not sure what to replace it with.
Riesz

Replies: 6
Views: 7721

PostForum: CMUD Beta Forum   Posted: Wed Oct 11, 2006 5:27 pm   Subject: [1.09] Lost <>, but not sure what to replace it with.
Thank you sir, much appreciated. Tried it out and works just as I desired. Can work on porting more stuff over. I would like to also ask how multi-stage triggers work in CMud over ZMud as I didn't ha ...
  Topic: [1.09] Lost <>, but not sure what to replace it with.
Riesz

Replies: 6
Views: 7721

PostForum: CMUD Beta Forum   Posted: Wed Oct 11, 2006 2:35 pm   Subject: [1.09] Lost <>, but not sure what to replace it with.
Given this one a whirl already. Found it in the help file, but it doesn't expand $item as an alias where previously <> did. Should have mentioned that in my initial post. Thanks though!
  Topic: [1.09] Lost <>, but not sure what to replace it with.
Riesz

Replies: 6
Views: 7721

PostForum: CMUD Beta Forum   Posted: Wed Oct 11, 2006 1:54 pm   Subject: [1.09] Lost <>, but not sure what to replace it with.
This one is a request for help, and I hope it's okay to post it here.

I used <> in several scripts in ZMud, some of which I have been able to replace in CMud after significant toying, but the ...
  Topic: Need Help with Help
Riesz

Replies: 10
Views: 9230

PostForum: CMUD Beta Forum   Posted: Wed Oct 11, 2006 12:55 pm   Subject: Need Help with Help
From my use Zugg, it still seems to work, despite the crash message. I don't know exactly what the crash does, but it updated at least some of the files for me.
  Topic: [1.09] Problems with variable names containing numbers
Riesz

Replies: 2
Views: 4753

PostForum: CMUD Beta Forum   Posted: Wed Oct 11, 2006 12:11 pm   Subject: [1.09] Problems with variable names containing numbers
Strange one with variable names containing numbers.

Using a command like..

#var 163name {1} {_nodef} {Other/Tailoring/Clothing/@clothingtype/@clothingsub}

Trying to set the variable 163name w ...
  Topic: Multistate Triggers and Buttons UI
Riesz

Replies: 9
Views: 15392

PostForum: CMUD Beta Forum   Posted: Tue Sep 19, 2006 7:57 am   Subject: Multistate Triggers and Buttons UI
The problem I had in CMud with buttons was to do with Gauges actually. I had them working just fine to track my health in zMud, but in CMud I can't get the gauges to do anything. Most of the buttons t ...
  Topic: Changes to expression triggers in CMUD
Riesz

Replies: 13
Views: 16732

PostForum: CMUD Beta Forum   Posted: Tue Sep 19, 2006 7:51 am   Subject: Re: Changes to expression triggers in CMUD
My guess is that many people do not use Expression Triggers because of how they work strangely in zMUD.

Yes, exactly that. I tried using them, but since I'm setting variables every prompt, it spam ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net