Register to post in forums, or Log in to your existing account
 
:
Search found 65 matches for:
Page 1 of 3 Goto page 1, 2, 3  Next
Author Message
  Topic: error in floating point value
Araadan

Replies: 1
Views: 6755

PostForum: CMUD General Discussion   Posted: Fri Mar 24, 2017 3:23 pm   Subject: error in floating point value
I run the client and execute
#show %eval(1.0/2)
It's OK.

After several hours of starting, I am re-entering the code
#show %eval(1.0/2)

The program returns 0 and displays a b ...
  Topic: How to export map from cmud 3.0
Araadan

Replies: 2
Views: 5806

PostForum: CMUD General Discussion   Posted: Thu Mar 23, 2017 10:53 pm   Subject: How to export map from cmud 3.0
Is there a way to export a map to html or txt from cmud 3.0?
  Topic: Email from CMUD
Araadan

Replies: 8
Views: 15336

PostForum: CMUD General Discussion   Posted: Sat Jan 14, 2017 10:38 am   Subject: Email from CMUD
Nope. ;)

but I was looking for a few days in the documentation and wrote something like this:

#CALL {$obj.Run(%concat("powershell.exe c:\temp\email-notification.ps1 ", ...
  Topic: Email from CMUD
Araadan

Replies: 8
Views: 15336

PostForum: CMUD General Discussion   Posted: Thu Jan 12, 2017 12:55 pm   Subject: Email from CMUD
The error occurs only when the string contains a comma or |
  Topic: Email from CMUD
Araadan

Replies: 8
Views: 15336

PostForum: CMUD General Discussion   Posted: Tue Jan 10, 2017 8:53 pm   Subject: Email from CMUD
I have one problem with email-notification


[object] $objCred = $null
[string] $strUser = 'kyksinski'
$strPass = ConvertTo-SecureString -String "secretpassword" -AsPl ...
  Topic: Email from CMUD
Araadan

Replies: 8
Views: 15336

PostForum: CMUD General Discussion   Posted: Sun Dec 25, 2016 10:17 pm   Subject: Email from CMUD
I created an alias. How do I correctly submit parameters to powershell?

if it was zscript ...
objShell.Run(%concat("powershell.exe c:\temp\email-notification.ps1", %-1)&# ...
  Topic: [3.34] How to edit a package options from the command line?
Araadan

Replies: 1
Views: 4039

PostForum: CMUD General Discussion   Posted: Thu Mar 15, 2012 1:54 pm   Subject: [3.34] How to edit a package options from the command line?
How to change the read-only option from the command line / alias?
  Topic: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
Araadan

Replies: 7
Views: 14158

PostForum: CMUD General Discussion   Posted: Tue Feb 14, 2012 2:57 pm   Subject: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
After 16 hours of testing I can say clearly - it works.
All variables were formed in QuestVAR.

At first I had a problem - the program to crash repeatedly. Script Debugger help, I identified two st ...
  Topic: [2.18] Crash When Placing an %if Caption on Button Inside of a Module
Araadan

Replies: 4
Views: 15209

PostForum: CMUD Beta Forum   Posted: Mon Feb 13, 2012 11:59 pm   Subject: [2.18] Crash When Placing an %if Caption on Button Inside of a Module
The problem still exists in 3.34 and also relates to the status bar.

edit: I did not pay attention, that the answer to a post in the `beta` ... I can not delete the post.
  Topic: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
Araadan

Replies: 7
Views: 14158

PostForum: CMUD General Discussion   Posted: Mon Feb 13, 2012 8:42 pm   Subject: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
Are the existing variables enabled? Are all of the classes holding the variables enabled? If the variables or the classes holding them are disabled, Cmud will not see them and will create new variable ...
  Topic: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
Araadan

Replies: 7
Views: 14158

PostForum: CMUD General Discussion   Posted: Mon Feb 13, 2012 5:30 pm   Subject: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
quote comes from the official help file CMUD.


one of the aliases

#var invis 0
#var terrify 0
#var aquabreath 0
#var sanctuary 0
#var detecttraps 0
#var sneak 0
#var fly 0
#var passdoor ...
  Topic: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
Araadan

Replies: 7
Views: 14158

PostForum: CMUD General Discussion   Posted: Mon Feb 13, 2012 1:53 pm   Subject: [zmud-cmud 3,34] #var creates a new variable rather than modify an existing
Syntax: #NEWVAR varname value defaultval

Creates a new variable in the current class. Does not search outside the class for any existing variable of the same name. Normally the #VAR command will s ...
  Topic: [3.34] Package editor -> Move to... -> vanish trigger
Araadan

Replies: 2
Views: 5325

PostForum: CMUD General Discussion   Posted: Wed Feb 01, 2012 9:56 am   Subject: [3.34] Package editor -> Move to... -> vanish trigger
Maybe not fully automatic ... just do not want to spend 4-5 hours checking the directory tree in the old script and comparing with the new.
  Topic: [3.34] Package editor -> Move to... -> vanish trigger
Araadan

Replies: 2
Views: 5325

PostForum: CMUD General Discussion   Posted: Wed Feb 01, 2012 9:51 am   Subject: [3.34] Package editor -> Move to... -> vanish trigger
I shared my cmud-script into several separate modules performing successively in the Package Editor:
- File | New Package
- Chose particular items (alias, trigger, whole class) and transferred to th ...
  Topic: [3.34] Cannot write to session file sessions.db
Araadan

Replies: 8
Views: 11211

PostForum: CMUD General Discussion   Posted: Mon Jan 30, 2012 9:07 am   Subject: [3.34] Cannot write to session file sessions.db
@ Daern know that cmud can handle multiple sessions simultaneously. In my particular case, this causes errory associated with the map. Still breaks the layout, and after some time map itself is connec ...
  Topic: [3.34] Cannot write to session file sessions.db
Araadan

Replies: 8
Views: 11211

PostForum: CMUD General Discussion   Posted: Sun Jan 29, 2012 8:59 am   Subject: [3.34] Cannot write to session file sessions.db
nothing that I edited during the session.

You can somehow turn off the record information to this file to access does not cause errors when you run more than one copy of cmud?
  Topic: [3.34] Cannot write to session file sessions.db
Araadan

Replies: 8
Views: 11211

PostForum: CMUD General Discussion   Posted: Sat Jan 28, 2012 4:50 pm   Subject: [3.34] Cannot write to session file sessions.db
The program returns an error to access the file sessions.db when:
- Is running more than once (the same script / session)
- A connection error occurs simultaneously in both copies of the program (eg ...
  Topic: What is your favorite feature in CMUD?
Araadan

Replies: 52
Views: 166990

PostForum: CMUD General Discussion   Posted: Wed Aug 24, 2011 2:44 am   Subject: What is your favorite feature in CMUD?
- add an extra scroll bar in package editor
http://img405.imageshack.us/img405/8672/cmud3.th.jpg
errors associated with the "# wait and # t +" zone center button function pathcost error in the packa ...
  Topic: Zone Center
Araadan

Replies: 8
Views: 12682

PostForum: CMUD General Discussion   Posted: Mon Aug 22, 2011 2:34 pm   Subject: Zone Center
I already have over 120 maps which contain more than 11,000 locations.

In everyday use of these annoying thing is the constant clicking the "Sort by Name" in the sidebar, bookmark "Zones" and the n ...
  Topic: [3.34] 2 problems with the change the active window during a slow walk (safe)
Araadan

Replies: 2
Views: 5504

PostForum: CMUD General Discussion   Posted: Mon Aug 22, 2011 2:20 pm   Subject: [3.34] 2 problems with the change the active window during a slow walk (safe)
For starters I will add only that I noticed that a window (quest) from the main session (Araadan) also has the mistake.

I moved the location object to the package "FunctionList" which is available ...
  Topic: [3.34] 2 problems with the change the active window during a slow walk (safe)
Araadan

Replies: 2
Views: 5504

PostForum: CMUD General Discussion   Posted: Fri Aug 19, 2011 4:45 pm   Subject: [3.34] 2 problems with the change the active window during a slow walk (safe)
I have 3 different sessions also included, which consists of seven windows and a map.
araadan, support, support2. The main session is araadan.
http://img14.imageshack.us/img14/8310/35166809.jpg

...
  Topic: Grrrr, Really?
Araadan

Replies: 9
Views: 26767

PostForum: CMUD General Discussion   Posted: Wed Aug 17, 2011 9:31 pm   Subject: Grrrr, Really?
zuggsoft.support@gmail.com :P
  Topic: Grrrr, Really?
Araadan

Replies: 9
Views: 26767

PostForum: CMUD General Discussion   Posted: Wed Aug 17, 2011 4:09 am   Subject: Grrrr, Really?
Oh ... This is because Zugg does not answer my emails!
  Topic: [3.34] BUG: #T+ is not working properly, when we use more than one window at...
Araadan

Replies: 13
Views: 20302

PostForum: CMUD General Discussion   Posted: Wed Aug 17, 2011 4:04 am   Subject: [3.34] BUG: #T+ is not working properly, when we use more than one window at...
@ Arde thank you for your support.
Analyzed my script for your comments and in fact, before each occurrence of an alias is used #wait.
On the other hand ... I think that pointed out the general dire ...
  Topic: [3.34] BUG: #T+ is not working properly, when we use more than one window at...
Araadan

Replies: 13
Views: 20302

PostForum: CMUD General Discussion   Posted: Sat Aug 13, 2011 10:37 pm   Subject: [3.34] BUG: #T+ is not working properly, when we use more than one window at...
Since # t + should work by default in the window, where it was called. No matter whether I am at the time of the script switches to another window and read the logs ...

@ orphean not an option beca ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net