So you want to write a script but you have no idea where to start....
lesson 1
create a plain text file with the extension iss.. so test.iss is ok. Use notepad. Make sure to save as all file types or you might end up with test.iss.txt as the name of your file. That wont work
Then you need the first and most basic thing. The format of the main function
That is a complete script. Just go into your innerspace blue bar and run this script. Type in run test
Bamb it was so fast you didnt even see it.. but you did it!
lesson 1
create a plain text file with the extension iss.. so test.iss is ok. Use notepad. Make sure to save as all file types or you might end up with test.iss.txt as the name of your file. That wont work
Then you need the first and most basic thing. The format of the main function
Code:
function Main()
{
}
Bamb it was so fast you didnt even see it.. but you did it!