[code]function init()
{
level.shootablesNeeded = 3;
level.shootablesCollected = 0;
level thread shootable_1();
level thread shootable_2();
level thread ...
9 years ago
[code]function init()
{
level.shootablesNeeded = 3;
level.shootablesCollected = 0;
level thread shootable_1();
level thread shootable_2();
level thread ...
9 years ago
I've already seen this being talked about. I'm very very new to all this and was wondering how I'd go about making this script open a door if anyone can help me this would mean a lot to me and others. 

9 years ago