|
zknight Newbie
Joined: 15 Mar 2003 Posts: 1
|
Posted: Sat Mar 15, 2003 2:00 pm
a Ticker to say things from a text file |
How would I go about making zmud say everyone 190 seconds run a random command from a text file. Im interested in creating a text file that says a bunch of diffrent things to other players on the mud randomly.. thanks in advance :)
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sat Mar 15, 2003 7:09 pm |
#ALARM "SayRandom" {-190} {#FILE 1 {random sayings};say %read(1,%random(1,%filesize(1)));#CLOSE 1}
|
|
|
|
|
|