Author Topic: Where does Blockland get it's functions from?  (Read 735 times)

Where exactly does it get all of it's functions?

like where would loadBricks() be?

I am also curious, is it possible to make your own?

I think badspot put all the scripts BL uses in allclientscripts or something like that. You can not open it but you can make your own through functions like:
Code: [Select]
function servercmdblahblah(variables)
{
[code here]
}

I think badspot put all the scripts BL uses in allclientscripts or something like that. You can not open it but you can make your own through functions like:
Code: [Select]
function servercmdblahblah(variables)
{
[code here]
}
Thanks, I expected that. But, I'll find out!