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 "Code"

From ATITD5
Jump to navigationJump to search
(Replaced content with "<pre> Loop 5 { FirstStone := A_Index NumToRun1 := 6-A_Index ;Select Stone A_Index (code) (shortcut A) Loop, %NumToRun% { SecondStone := FirstStone+A_Index NuumToRun2...")
(Blanked the page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
+
 
Loop 5
 
{
 
FirstStone := A_Index
 
NumToRun1 := 6-A_Index
 
;Select Stone A_Index (code) (shortcut A)
 
Loop, %NumToRun%
 
{
 
SecondStone := FirstStone+A_Index
 
NuumToRun2 := 5-A_Index
 
;Select Stone B_Index (code) (shortcut A)
 
Loop, %NumToRun2%
 
[
 
ThirdStone := SecondStone+A_Index
 
;Select Stone B_Index (code) (shortcut S)
 
;Check if popup opened and close it
 
}
 
}
 
}
 
</pre>
 

Latest revision as of 02:17, 26 October 2010