Quantcast
Channel: Questions in topic: "javascipt"
Viewing all articles
Browse latest Browse all 1875

Unknown Identifier : Hunger?

$
0
0
Hello! I am very sorry that I am probably asking a very basic question. I am not that good at scripting in Unity. I am trying to create a script that will display when hunger = 0, the game restarts. This is my script that I want to fix: #pragma strict function Start () { var Hunger = 100; } function Update () { } function OnGUI() { GUI.Label(Rect(0,0,100,100),"Hunger: "+Hunger); } function onHungerDeath() { if (Hunger <= 0) { Application.LoadLevel(0); } } Here is the error that is displayed: Assets/Scripts/variabledisplay.js(12,42): BCE0005: Unknown identifier: 'Hunger'. Assets/Scripts/variabledisplay.js(16,7): BCE0005: Unknown identifier: 'Hunger'. Thank you for taking your team to help me.

Viewing all articles
Browse latest Browse all 1875

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>