Register to post in forums, or Log in to your existing account
 
:
Search found 45 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: user mxp links
Tigger

Replies: 7
Views: 5072

PostForum: zMUD General Discussion   Posted: Sun Feb 02, 2003 2:32 pm   Subject: user mxp links
in the above script there is #COND, I can't find that statement anywhere in the online help?



  Topic: testing scripts when you are away
Tigger

Replies: 2
Views: 3041

PostForum: zMUD General Discussion   Posted: Sat Feb 01, 2003 4:49 pm   Subject: testing scripts when you are away
anyone know of a way to test zmud scripts with out being able to install zmud?
I know it sounds funny but I can't install it at work but I would like to be able to test some complicated scripts that ...
  Topic: Pig Latin
Tigger

Replies: 5
Views: 5652

PostForum: zMUD General Discussion   Posted: Wed Jan 01, 2003 4:58 am   Subject: Pig Latin
thank you so much....it works better than anything I have done


  Topic: Pig Latin
Tigger

Replies: 5
Views: 5652

PostForum: zMUD General Discussion   Posted: Tue Dec 31, 2002 3:00 am   Subject: Pig Latin
man I need help on this one....if anyone can help me with this pig latin thing I would realy appericate it.



  Topic: case sensitive alias
Tigger

Replies: 1
Views: 2764

PostForum: zMUD General Discussion   Posted: Mon Dec 30, 2002 3:04 am   Subject: case sensitive alias
is there anyway to make it so SAY sets off the alias but say won't?

  Topic: Pig Latin
Tigger

Replies: 5
Views: 5652

PostForum: zMUD General Discussion   Posted: Mon Dec 30, 2002 2:54 am   Subject: Pig Latin
Has anyone made a pig latin code for different chans on a mud?

Just incase someone doesn't know what pig latin is. Pig Latin is a simple code where you remove the first letters from a word till you ...
  Topic: configureing the tick timer
Tigger

Replies: 5
Views: 6889

PostForum: zMUD General Discussion   Posted: Mon Nov 04, 2002 1:10 am   Subject: configureing the tick timer
hummm I tried the set trigger but all I get every tick is

"Timer now at 60 secs."

is that correct?
and should I remove the trigger now?



  Topic: configureing the tick timer
Tigger

Replies: 5
Views: 6889

PostForum: zMUD General Discussion   Posted: Sat Nov 02, 2002 12:53 am   Subject: configureing the tick timer
I fell lost I have read all the tick times help files but I am still not too sure so I am asking here.

The mud I play let's you see the tick, is there any easy way to set the ticktimer using trigge ...
  Topic: adding commas
Tigger

Replies: 2
Views: 3233

PostForum: zMUD General Discussion   Posted: Mon Oct 28, 2002 10:11 pm   Subject: adding commas
I want to add commas to my gold dislpay

is there any easy way of switching mud display for what I want it to display (gold with out commas to gold with commas?)

to add the commas I am using this ...
  Topic: code
Tigger

Replies: 4
Views: 4730

PostForum: zMUD General Discussion   Posted: Sun Oct 27, 2002 3:33 am   Subject: code
thankyou
thankyou
thankyou
thankyou
thankyou

  Topic: scripting help
Tigger

Replies: 7
Views: 6964

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 8:48 pm   Subject: scripting help
Yaaa triggered of exit on the room and with a little modifaction everything works


  Topic: code
Tigger

Replies: 4
Views: 4730

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 8:46 pm   Subject: code
well let's say I have a trigger that is realy complex and I wan't to share it with somone is there a way to take a made trigger and export it to text like #tr {test} {test}


  Topic: alias and string lists
Tigger

Replies: 9
Views: 7914

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 8:45 pm   Subject: alias and string lists
yep it's get
%item( @GNames, %ismember( "%1", @GList))

and now all I do is
get
and nothing else

  Topic: code
Tigger

Replies: 4
Views: 4730

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 7:42 pm   Subject: code
is there a easy way to extract all that #tr stuff from an existing trigger?

is there a way to export just 1 class of commands?

  Topic: alias and string lists
Tigger

Replies: 9
Views: 7914

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 6:57 pm   Subject: alias and string lists
well I made the changes sugested above but
now I get nothing :(

get


  Topic: alias and string lists
Tigger

Replies: 9
Views: 7914

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 8:56 am   Subject: alias and string lists
that worked wonders...thanyou so much.

next problem is how do I get it to pick up the right obj.

pattern = ({@glist})
value = get %item( @GNames, %ismember( "%1", @GList))@GList))

...
  Topic: alias and string lists
Tigger

Replies: 9
Views: 7914

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 7:09 am   Subject: alias and string lists
nope that doesn't seem to work :(

I don't think it's seeing the string varables differnt options so nothing to trigger off

  Topic: alias and string lists
Tigger

Replies: 9
Views: 7914

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 6:47 am   Subject: alias and string lists
how do you display 1 thing out of a string list var?

can you use a string list var as a pattern for a trigger?
if so what is the syntax?
  Topic: scripting help
Tigger

Replies: 7
Views: 6964

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 6:17 am   Subject: scripting help
quote:
Cool I found the problem I don't get the message "you have been teleported" :(

tried triggering of zmuds echo of c teleprot vidi but then the miscasts double it up

O on a small ...
  Topic: scripting help
Tigger

Replies: 7
Views: 6964

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 6:15 am   Subject: scripting help
Cool I found the problem I don't get the message "you have been teleported" :(

tried triggering of zmuds echo of c teleprot vidi but then the miscasts double it up


don't know what to ...
  Topic: scripting help
Tigger

Replies: 7
Views: 6964

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 3:19 am   Subject: scripting help
Hummm only 1 teleport per click of button I needed unlimited teleports untill button is unselected


any idea how I would get the autograb of stuff and how to set up a var with a list of what I wan ...
  Topic: POLL:What Courier Alternatives Exist?
Tigger

Replies: 11
Views: 9104

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 1:52 am   Subject: POLL:What Courier Alternatives Exist?
can you send MXP messages so that others can see them (I thought it was only my comp that saw it)


OK all the MXP doesn't work...and only other zmud users can see it

is MXP a part of zmud or pa ...
  Topic: scripting help
Tigger

Replies: 7
Views: 6964

PostForum: zMUD General Discussion   Posted: Sat Oct 26, 2002 12:48 am   Subject: scripting help
I want to create a script that will teleport my charter again and again until such time as I deselect a button.

While teleporting I want to auto pickup any item in a list of items and portal to ano ...
  Topic: Trigger inside a loop
Tigger

Replies: 6
Views: 4995

PostForum: zMUD General Discussion   Posted: Fri Oct 18, 2002 12:10 pm   Subject: Trigger inside a loop
Thanks LB but I am still stuck with trying to pull the mob with the unique - # out of the loop, so how can I put a trigger in the middle of a loop


Then I need to glance at each mob (using the num ...
  Topic: Trigger inside a loop
Tigger

Replies: 6
Views: 4995

PostForum: zMUD General Discussion   Posted: Fri Oct 18, 2002 3:24 am   Subject: Trigger inside a loop
well what would you sugest....I need to grab how many mobs are in the room (begin with exit and finish with a blank line.

Then I need to glance at each mob (using the number from above) and trigger ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net