The Wiki for Tale 5 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.
Difference between revisions of "NCC"
From ATITD5
Jump to navigationJump to searchCrestalina (talk | contribs) (→NCC) |
|||
Line 285: | Line 285: | ||
</td> | </td> | ||
<td> | <td> | ||
+ | MousePos 79, 8// time block to bring atitd to the front | ||
+ | delay 250 | ||
+ | leftclick | ||
+ | |||
+ | delay 250 | ||
+ | |||
+ | constants | ||
+ | |||
+ | run = 1 | ||
+ | xpos = 0 | ||
+ | ypos = 0 | ||
+ | |||
+ | end | ||
+ | |||
+ | while $run = 1 | ||
+ | |||
+ | set xpos = {mousex} | ||
+ | |||
+ | set ypos = {mousey} | ||
+ | |||
+ | isgrey $xpos, $ypos | ||
+ | |||
+ | keys s | ||
+ | |||
+ | end | ||
+ | delay 100 | ||
+ | |||
+ | end | ||
[[Category:Guilds]]{{DEFAULTSORT:NCC}} | [[Category:Guilds]]{{DEFAULTSORT:NCC}} |
Revision as of 23:15, 24 January 2011
NCC
Project NCC-Aquaduct
Rigid Rotproof Nontoxic board recipe (in seconds) 50 Sulfur, 40 Lime, 30 Water, 20 Oil, 20 Beeswax
{{ResNCC|Aquaduct| | style = 'width: 50%; vertical-align: top; padding: 0.5em' rowspan='3' |
Current Objectives
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ovens
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
MousePos 79, 8// time block to bring atitd to the front delay 250 leftclick delay 250 constants run = 1 xpos = 0 ypos = 0 end while $run = 1 set xpos = {mousex} set ypos = {mousey} isgrey $xpos, $ypos keys s end delay 100 end |