|
I got this script from http://activeden.net but I have no idea on how to to make it give me more than 1 score? can someone please just take a look and tell me what I need to change so it can give me more than 1 score?
(comments are locked)
|
|
There is a line which reads instead replace that entire function with: then, when you are calling the score function, call it with I'm a total noobie, you couldn't copy what I wrote and fix it?
Oct 02 '11 at 10:03 AM
svettgunnar
Isn't it much more convenient to actually know scripting yourself if you're programming? ;-) If you're struggling with the very basics of coding then read through the scripting references, go through tutorials within the area you find yourself having issues with. It's a winning situation for you.
Oct 02 '11 at 10:16 AM
save
Alright, I figured it out by myself but I got another problem now, it's says I got no reciver...
Oct 02 '11 at 11:04 AM
svettgunnar
Are you using SendMessage for anything? Make sure you spelled everything right, and are giving the correct paramaters.
Oct 02 '11 at 12:10 PM
syclamoth
yes, I'm using sendMessage: function OnControllerColliderHit (hit : ControllerColliderHit ) { // Debug.DrawRay(hit.point, hit.normal); }
Oct 02 '11 at 01:54 PM
svettgunnar
(comments are locked)
|
