↧
How do I add NPCs?
I want to put an NPC (Non playable character) In the game. Basically: I want to be able to click on the NPCFunction OnMouseClick() { } Have a GUI that pops up to chatBe able to exit the GUI Can anyone...
View ArticleAssigning multiple objectives in the if-then?
If I want, say a level, to load when I destroy 3 objects, how would I scrip that? I already have this: var target : Transform; Function Update(){ if(target == null){ Application.LoadLevel("LevelName");...
View Article