My Text Adventure
-
This post is deleted! -
x = 0
something()function something()
while x < 2 loop
clear(black)
print( "hello world" )
update()
x += 1
sleep(1)
repeat
return voidSo that code would display "hello world" wait 1 sec, clear to black, display "hello world" again, wait 1 sec, then end?
Also how do you display code in the comments on here like you did, and when would be a scenario when you would return a value after a function? like "return x"?
-
If you add backticks (3 of these `) around your code it will
appear like this! :)
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
Awesome work man!
-
Sick I love the sounds it adds to the gameplay.
-
This post is deleted! -
@Jongjungbu how do i get the demo?
-
@jetrocker7 Add @Jongjungbu as a friend on your switch (the friend code is in their post) and then go to "Friends" within the Fuze app, select Jongjungbu and you will see their shared content. Basically the same way you see anyone's shared content in Fuze
-
@Martin ohhh ok thx, i feel dumb. ;^w^
-
This post is deleted! -
@Jongjungbu oh ok. thank! 👌
-
This post is deleted! -
Right that's it I'm adding you as a friend @Jongjungbu I have to play this..
Absolutely love what you've done with the music.
-
This post is deleted! -
It must have been! How dare they have my very original name.
-
This post is deleted! -
I've just been playing this and it's genuinely so awesome. Loving it, works beautifully.
I forgot it was even Fuze! This is a real gold mine of great examples for mechanics.