View Single Post
  #2  
Old 01-26-2008, 08:13 AM
AdenUlinor AdenUlinor is offline
Wanderer
 
Join Date: Jan 2008
Posts: 5
Default Re:Help with Clybot basics

Been working on clybot and its actually much easier than I thought it would be. I am having one problem. I generated the following script:

Code:
MOBDEF 1
MOBILE skeleton
A badly decomposed skeleton wanders here.
skeletons huddle close.

PATH
e
e
e
s
e
s
s
e
e
e
e
n
n
e
n
w
n
e
n
w
w
w
w
n
w
e
e
d
u
END
Everything seems to work, except that I\'m only killing one if there are multiple skeletons. Anyone know how to get Clybot to kill all of the skeletons? I tried:
Code:
Badly decomposing, [%1] skeletons huddle close.
but clybot gave an error when loading the script. Anybody have any ideas? TIA
Reply With Quote