Why doesn't this code create 100 big rocks?
int t;
int TotalBigRocks = 100;
for (t = 1; t < 100; t++)
{
CreateActor("rockBig", "rockBig", "no parent", "no path", 0, 0, false);
}
Users browsing this forum: No registered users and 1 guest