[Please Help]sfsExtensions include .as
Posted: 19 Apr 2012, 01:01
Okay, I made a script in the .as file, but its getting big, I want to make multiple files like
part1.as
part2.as
part3.as
Part one runs all the functions
start()
log()
sendDB()
Part 2 defines them
function start(){
}
part 3 save for later
part1.as
part2.as
part3.as
Part one runs all the functions
start()
log()
sendDB()
Part 2 defines them
function start(){
}
part 3 save for later