Register to post in forums, or Log in to your existing account
 
:
Search found 3 matches for:
Page 1 of 1
Author Message
  Topic: I need autospell trigger help
Penjulum

Replies: 6
Views: 6690

PostForum: zMUD General Discussion   Posted: Thu Mar 13, 2003 2:05 pm   Subject: I need autospell trigger help
You need to adjust your AutoSpell triggers to have them add the spell you are casting to a list.
#TRIGGER {^Your image is no longer blurred and shifting.} {#additem SpellList blur; blur} {AutoSpell} ...
  Topic: Help with sound trigger.
Penjulum

Replies: 4
Views: 5596

PostForum: zMUD General Discussion   Posted: Tue Mar 04, 2003 3:56 pm   Subject: Help with sound trigger.
The #play command plays the sound file you tell it to. If the file name has spaces the path/name must be in quotes.

ex: #play chimes.wav
#play c:windowsmediastart.wave
#play "c:wind ...
  Topic: Incremental list of characters
Penjulum

Replies: 4
Views: 4255

PostForum: zMUD General Discussion   Posted: Tue Mar 04, 2003 7:26 am   Subject: Incremental list of characters
Using the same basic variables of Emit:

#alias Set
#var Count {%left( %1, 3)}

#alias Next
#var nCount1 %ascii( @Count)
#var nCount2 %ascii( %right( @Count, 1))
#var nCount3 %ascii( %right( ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net