;Re-scripted by Viola A.I.
[@main]
#If
checkitem BrownLog 1
#Act
goto @checkroom
#Elsesay
Sorry. You need a BrownLog to enter here.\ \
<Close/@exit>
[@checkroom]
#If
checkhum NS02 0
#Act
goto @takelog
#Elsesay
Sorry, someone is already in there.\
Please try again later.
<Close/@exit>
[@takelog]
#Act
take BrownLog 1
#Say
Are you ready?\ \
<Yes/@tele>\ \
<No/@exit>
[@tele]
#Act
take BrownLog 1
monclear NS02
give TownTeleport 1
mapmove NS02 18 10
break
;Re-scripted by Viola A.I.