The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

User:Bloomdido/Thermos

From A Tale in the Desert
Jump to navigationJump to search
//minimize chat, front heat, start thermo, set arrow in glory hole
delay 5000
// in
loop 30 
 keys a 
 delay 100 
end 
//out
loop 7 
 keys s 
 delay 200 
end 
//rotate iwhile heats 
loop 21 
 keys n 
 delay 300 
end 
//rotate and blow 
loop 4 
 keys b 
 delay 50
 keys n 
 delay 100 
end 
//unload
keys q 
delay 50 
keys u 
delay 50