Register to post in forums, or Log in to your existing account
 
:
Search found 56 matches for:
Page 1 of 3 Goto page 1, 2, 3  Next
Author Message
  Topic: Storing Multiple Commands in a Variable
EdwinDroom

Replies: 5
Views: 5597

PostForum: zMUD General Discussion   Posted: Wed Nov 13, 2002 8:41 pm   Subject: Storing Multiple Commands in a Variable
Will it always be directions? If so, check out paths...

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Moral Decay on 131.247.113.1 3003
  Topic: enabling/disabling a class
EdwinDroom

Replies: 1
Views: 3152

PostForum: zMUD General Discussion   Posted: Mon Nov 11, 2002 11:52 pm   Subject: enabling/disabling a class
#KEY F1 {#T- anyclass}
#KEY F2 {#T+ anyclass}

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Moral Decay on 131.247.113.1 3003
  Topic: Problems with #find
EdwinDroom

Replies: 2
Views: 3414

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 1:31 pm   Subject: Problems with #find
This what you're looking for?

INPUT

Syntax: #IN string [highlight]

Copy the string into the current command buffer, replacing the current contents. If the second parameter is present and non ...
  Topic: Inherited file
EdwinDroom

Replies: 3
Views: 4694

PostForum: zMUD General Discussion   Posted: Sun Nov 10, 2002 1:15 pm   Subject: Inherited file
Not in front of zmud, but i think this will work.

Create a dummy character. Import settings you want, save the settings as mudname.mud. Then in other character, set your inherited file to mudname ...
  Topic: Triggers Help
EdwinDroom

Replies: 1
Views: 4626

PostForum: zMUD General Discussion   Posted: Thu Nov 07, 2002 4:21 am   Subject: Triggers Help
For a start, you can nest the ifs - since all have the @Position

#IF (@position == "standing") {#IF (@east == "a rabid dog") {east;kill dog;@position = "fighting"} {#I ...
  Topic: simple one (hopefully)
EdwinDroom

Replies: 3
Views: 3559

PostForum: zMUD General Discussion   Posted: Tue Oct 15, 2002 1:39 am   Subject: simple one (hopefully)
Sintax? Has Pres Bush put a tax on sin now?

*GRIN*

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Moral Decay on 131.247.113.1 3003
  Topic: Map room limit?
EdwinDroom

Replies: 9
Views: 8390

PostForum: zMUD General Discussion   Posted: Tue Aug 20, 2002 11:51 pm   Subject: Map room limit?
Very true. Remind me not to answer questions at almost 2 a.m. :)

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Moral Decay on 131.247.113.1 3003
  Topic: other Directions in Mapper
EdwinDroom

Replies: 7
Views: 8205

PostForum: zMUD General Discussion   Posted: Mon Aug 19, 2002 8:54 pm   Subject: other Directions in Mapper
*BLUSH* yep - took the sw from the first post :)

Just checking you were paying attention :)

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Moral ...
  Topic: other Directions in Mapper
EdwinDroom

Replies: 7
Views: 8205

PostForum: zMUD General Discussion   Posted: Mon Aug 19, 2002 8:33 pm   Subject: other Directions in Mapper
Btw, your english is great - wish mein Deutsch war so gut :)

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Moral Decay on 131.247.113.1 3003
  Topic: other Directions in Mapper
EdwinDroom

Replies: 7
Views: 8205

PostForum: zMUD General Discussion   Posted: Mon Aug 19, 2002 8:30 pm   Subject: other Directions in Mapper
#DIR lh {so|suedost} sw "System|DirectionsDiag"

The second sw tells Zmud which ordinal direction to place rooms on the mapper, so is standard - when you type so, it will be interpreted fo ...
  Topic: other Directions in Mapper
EdwinDroom

Replies: 7
Views: 8205

PostForum: zMUD General Discussion   Posted: Mon Aug 19, 2002 7:25 pm   Subject: other Directions in Mapper
I'm guessing you mean suedwest instead of southwest, rather than instead of southeast?

if so

#DIR kj {sw|suedwest} sw "System|DirectionsDiag"

the others are hl, jk and lh for nw, ne ...
  Topic: Turning parsing on and off
EdwinDroom

Replies: 4
Views: 5032

PostForum: zMUD General Discussion   Posted: Mon Aug 19, 2002 7:10 pm   Subject: Turning parsing on and off
You know about the little computer icon right beside the command line which turns parsing off?

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Moral ...
  Topic: Map room limit?
EdwinDroom

Replies: 9
Views: 8390

PostForum: zMUD General Discussion   Posted: Sun Aug 18, 2002 7:38 am   Subject: Map room limit?
not sure about this - my map isnt that big - how the #walk algorithm is implemented, but no matter how good it is, it is still the old 'travelling salesman' problem. Beyond a certain size, any comput ...
  Topic: Ignoring newlines
EdwinDroom

Replies: 3
Views: 5094

PostForum: zMUD General Discussion   Posted: Sun Aug 18, 2002 3:30 am   Subject: Ignoring newlines
If they are fairly specific, you can combine newlines and wildcards -

#TR {Skeletons of those that died (*)$(*)have been looted for their valubles.} {#COLOR black}

"I've got an allergy to ...
  Topic: Keypad movement vs. New movement
EdwinDroom

Replies: 8
Views: 9494

PostForum: zMUD General Discussion   Posted: Sun Aug 18, 2002 2:57 am   Subject: Keypad movement vs. New movement
use the aliases - partymove turns on partymove and off normalmove, and vice versa...

#T+ turns a class of triggers on

"I've got an allergy to Perrier, daylight and responsibility" - Ma ...
  Topic: Speedwalk and combat
EdwinDroom

Replies: 2
Views: 4767

PostForum: zMUD General Discussion   Posted: Wed Aug 14, 2002 9:37 pm   Subject: Speedwalk and combat
{UNTESTED} something like

#SLOW .3w

#TR {No way! You are still fighting!} {#PAUSE}

#TR {A (*) is DEAD!!} {#STEP}

Maybe someone who uses it could check this?

"I've got an allergy to ...
  Topic: Speedwalk and combat
EdwinDroom

Replies: 2
Views: 4767

PostForum: zMUD General Discussion   Posted: Wed Aug 14, 2002 9:33 pm   Subject: Speedwalk and combat
I never use it, but the command you want is #SLOW (see help files, also #STEP #STOP #OK #PAUSE)

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Mora ...
  Topic: Syntax error with nested #IFs :<
EdwinDroom

Replies: 3
Views: 6758

PostForum: zMUD General Discussion   Posted: Sun Aug 11, 2002 3:46 pm   Subject: Syntax error with nested #IFs :<
No need to apologize - I'm a programmer and if i had a dollar for every time i forgot to close a nested loop or if statement, i could buy Microsoft :)

"I've got an allergy to Perrier, daylight ...
  Topic: Syntax error with nested #IFs :<
EdwinDroom

Replies: 3
Views: 6758

PostForum: zMUD General Discussion   Posted: Sun Aug 11, 2002 5:02 am   Subject: Syntax error with nested #IFs :<
You arent closing all the {'s

There should be as many }'s as {'s

Not sure which parts should be inside which if, but as a guide

#AL checkhealth {#IF @heal {#IF (@hp < 300) {#IF (@castinv=0 ...
  Topic: #IF %case problems
EdwinDroom

Replies: 10
Views: 9939

PostForum: zMUD General Discussion   Posted: Tue Aug 06, 2002 1:11 am   Subject: #IF %case problems
I'm confused as to what you want...

'These ideas don't work.The first puts the coma, comb etc into the co variable the second returns a random number to the screen.'

Which is what the co=com2 fr ...
  Topic: #IF %case problems
EdwinDroom

Replies: 10
Views: 9939

PostForum: zMUD General Discussion   Posted: Mon Aug 05, 2002 3:51 pm   Subject: #IF %case problems
Alternatively,

#IF (@co =~ "coma") {#CASE %random(4) {co=com2} {co=com3} {co=com4}}

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Mor ...
  Topic: #IF %case problems
EdwinDroom

Replies: 10
Views: 9939

PostForum: zMUD General Discussion   Posted: Mon Aug 05, 2002 3:42 pm   Subject: #IF %case problems
#IF (@co =~ "coma") {co=%case(%random(4),com2,com3,com4)}


"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Moral Decay on 131.247.113.1 3 ...
  Topic: Capturing multiple lines?
EdwinDroom

Replies: 3
Views: 4996

PostForum: zMUD General Discussion   Posted: Wed Jul 31, 2002 2:01 am   Subject: Capturing multiple lines?
from help files:

LOG

Syntax: #LO [filename] [new]

Given a filename parameter, this command creates a logfile with the specified file name. If the file already exists, it is opened for append ...
  Topic: priority of triggers
EdwinDroom

Replies: 7
Views: 7486

PostForum: zMUD General Discussion   Posted: Tue Jul 23, 2002 2:44 am   Subject: priority of triggers
Yes, unless you have specified a position as opposed to default

"I've got an allergy to Perrier, daylight and responsibility" - Marillion

Check out Moral Decay on 131.247.113.1 3003
  Topic: priority of triggers
EdwinDroom

Replies: 7
Views: 7486

PostForum: zMUD General Discussion   Posted: Sun Jul 21, 2002 3:16 pm   Subject: priority of triggers
In fact, drag and drop is less steps - assuming you have 10 triggers priority 1 to 10 and decide to put a new one at position 4 - you now have to renumber positions 4 to 10. Drag and drop, one step, ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net