"recommend using turbowarp" Godcoder v0.22 3919 blocks Tutorial: https://scratch.mit.edu/projects/1192946604/ press ` to switch add line/change line mode try this: //10 seconds countdown;//by thevoidelement;var countdown = 10;forever;if countdown != 0;print countdown;set countdown - 1;else;print countdown finished!;end if;wait 1000;end;
All by myself Update log: 25/5/2025 v0.01 scroll and type 25/5/2025 v0.02 save and load 26/5/2025 v0.03 shared and can actually run print and wait :D,also a new thumbnail 27/6/2025 v0.04 var and set command but currently can't use variable in other commands,and also a debug command for list of variables 27/6/2025 v0.10 variable can be use in print or wait command,added ask command 28/6/2025 v0.11 added forever loop 28/6/2025 v0.12 you can interact with mouse down?,mouse x/y,username and timer now.also,you can use +-*/ in set command 30/6/2025 v0.13 clear became a button 1/7/2025 v0.14 added if command 4/7/2025 v0.15 lines on screen 13->16 and fix bugs not letting you run the code without end after forever 23/7/2025 v0.16 add else command 25/7/2025 v0.20 add def and end def 26/7/2025 v0.21 add =/>/</>=/<=/!= command and can be use in if command 31/7/2025 v0.22 add some example codes