ZillClean (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(Created page with "{{Script |cat=utility |fe=StormFront |auth=Seped }} Clean up those dirty zills. <pre> put stow left put stow right put remove zill put get cloth DRY: MATC...")
 
No edit summary
Line 39: Line 39:
DONE:
DONE:


pause 1
put wear zill
put wear zill
put stow cloth
put stow cloth

Revision as of 09:32, 28 August 2015

ZillClean (script)
Category utility
Front-end StormFront
Author Seped


Clean up those dirty zills.


put stow left
put stow right

put remove zill
put get cloth

DRY:
	MATCH DRY ...wait
	MATCH WRING Roundtime
	MATCH CLEAN a pair of
	put wipe zill with cloth
	MATCHWAIT

WRING:
	MATCH WRING ...wait
	MATCH WRING You wring out
	MATCH DRY You wring a dry
	put wring cloth
	MATCHWAIT


CLEAN:
	MATCH CLEAN ...wait
	MATCH CLEAN Roundtime
	MATCH DONE a pair of
	put clean zill with cloth
	MATCHWAIT

DONE:

pause 1
put wear zill
put stow cloth