Pepsi^Twist

Basic Codes In Notepad

2 posts in this topic

Code - A code is used to make or to assemble a thing or an object using limited words and numbers; a code is used to make an animation; a code is used to make games; a code is used to make websites; codes are the heart of a business.

 

_______________________________________________________________________________________________________________________________

 

Examples of Basic Codes in Notepad that you can use:
 

1. echo - To show the desired text; Text code (Ex. echo Hello @Player)

2. echo. - To remove; To show a space for another code to enter; Ends with period/dot (.)

 

Example
--------------------
echo Hello @Player!

echo.

echo How are you?

--------------------

 

3. cls - Used to begin your coding; Used on every simple section

 

Example :

 

-------------------

cls

@@Echo.!. off

goto 'Start'

-------------------

 

4. @@Echo.!. off - This is the most important code used in every section, used to remove all the texts included in your section

 

Example :
 

-------------------

echo Goodbye now

echo.

@@Echo.!. off

-------------------

 

5. Pause - Pauses the function; pauses the code

 

6. exit - Exits the game; Perfect for the exit menu

 

7. title - Displays your code's title (Ex. title My Game)

 

8. goto - Redirects you to the desired location; Desired section (Ex. goto Exit)

 

 

 

 

 

 

 

 

 

More

 

 

 

 

 

 

 

 

 

 

 

 

 

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.