Im making a map that is in 3rd person shooting, and i cant seem to make the camera stay put. Like the camera would be fine, but once i move the scroll on the mouse, the camera would reset.
The leader board problem is that i cant make it count kills.
Heres how i have is set up
Event: A unit dies Condition: Unit dying type equal to Hunter Action: Leader board, add 1 point to owner of killing unit.
Im making a map that is in 3rd person shooting, and i cant seem to make the camera stay put. Like the camera would be fine, but once i move the scroll on the mouse, the camera would reset.
to prevent mouse wheel scrolling u have to apply the camera object every 0.01 seconds to prevent the scrolling from being seen at all
The leader board problem is that i cant make it count kills.
Heres how i have is set up
Event: A unit dies Condition: Unit dying type equal to Hunter Action: Leader board, add 1 point to owner of killing unit.
but it only works for the first kill.
it only works for the first kill because u cannot add 1 using the leaderboard actions, u will have to store the kills in an integer variable and then add to them here is a tutorial http://world-editor-tutorials.thehelper.net/leaderboard.php
U must not apply the camera, but lock the camera (The only problem is that u can unlock it ingame by pressing 'Ctrl+C'
About the leaderboard:
U can just use the action: Leader Board - Chang Value. I dont use variables for the leaderboard (except a varialbe for the leader board itself to show and hide it) and it works in my game