hi people,
I have a question…
I made this script today,
and happened an error, then I write in the forum,
they solve my problem, but happened other.
what I did wrong?
Assets/Scripts/Control Scripts/TempleLoadLevel.js(4,43): UCE0001: ‘;’ expected. Insert a semicolon at the end.
this script is for:
change map/level when I touch him.
function Update () {
if (hit) gameObject.tag == "Player"
Application.LoadLevel ("Worm_World_Map_1");
}