how do i make it so when i type in something a script that i want to run will show up.
forexample if it says
*what do you want to use a calculator or read more type in your answer = *
how do i make it so when i type something in it will run a different script.
Voters
MrVoo
By "different script" do you mean different files? Import different files with import fileName
Make two functions for the two different things you want it to do and then ask for input and call whatever function depending on the input