x


compilling error?...

Lads, I just wrote this script for fun, but when I attach it to a gameobject I get an error saying the code is not yet done compiling... what gives?..

function StefIsScripting (anyVariable : String)
{
Debug.Log (anyVariable);
}
function Start()
{
var wtf : String = "IT'S MADNESS I TELL YOU!!!";
var heRules : String = "GO FOR IT ROCKY!!!";

StefIsScripting(wtf);
StefIsScripting (heRules);

}
function Update () {
}
more ▼

asked Dec 01 '11 at 10:07 PM

Stef gravatar image

Stef
16 14 20 22

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

It means exactly what it says. The code is not yet done compiling (it hasn't finished compiling yet!). So just wait a few seconds and it should work.

BTW, awesome variable names.

more ▼

answered Dec 01 '11 at 10:37 PM

Muzz5 gravatar image

Muzz5
1.2k 64 83 94

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1944
x531
x71

asked: Dec 01 '11 at 10:07 PM

Seen: 445 times

Last Updated: Dec 01 '11 at 10:37 PM