Spin to win and rotate torches [Outdated] by initsu
Description from the author:
removelist torches_to_rotate
createlist torches_to_rotate
@clearignore
while findtype 30580 backpack as torch
pushlist torches_to_rotate torch
@ignore torch
endwhile
@clearignore
if findlayer self lightsource as lightsource
getlabel lightsource desc
if 'torch' in desc
pushlist torches_to_rotate lightsource
endif
endif
while not dead
foreach torch in torches_to_rotate
dclick torch
walk Up
walk North
walk Right
walk East
walk Down
walk South
walk Left
walk West
endfor
endwhile
Outdated: The walk command no longer exists.