** TxtOut **
TxtOut - ISPPY Wiki
# OVERVEIW
The TxtOut command is a command that allows text to be outputted.
# SYNTAX
To use the TxtOut command, type 'txtOut(*INSERT WHAT YOU WANT THE SCRIPT TO SAY HERE*")'
NOTE: If you imported using 'import Lang' then you have to do 'Lang.TxtOut(*INSERT WHAT YOU WANT THE SCRIPT TO SAY HERE*")'
# HOW THIS IS ACCOMPLISHED IN PYTHON
This command is made by having a "function" with an input parameter, then inside of that function having a print that is
connected to it.
Next: TxtIn
Go back home