Event OnNewPlayerJoin( $userName ) # Player event
openPrivButton( "drewpitleave",50,5,100,10,8,3,32, "^1! ^7R E M E M B E R^1 !"
. "&^7First lap after pits ^1may not ^7count!" );
EndEvent
This is the one that I want to make a new mwessage whenever someone leaves the pits.
I've got the splits working showing the DriftScore at that point.
I've got the DriftScore and LastDriftScore showing up at the right time in the right place.
The message on leaving the pits works.
So, onwards
How do I get the welcome screen (where it says friendly rank -/-) to use drift scores to rank instead of laptimes?
Now that I have got !drf working, is there a way of getting the top scores that are saved by the users Nickname - NOT their username? So that 2 people sharing a controller can sort their high scores by their nicknames.
Thank you
/me goes off in search of a new "command actions" section...
Sinanju - am I being cheeky to ask if I can use/ modify some of your coding for my own Driftmeter? Since I've been ploughing some time into Lapper, I've come to want to kind of make my own - as I learn.
I've not got the Sinanju or Lappper driftmeter working - and Gai, I wish I'd have known it was that simple! - but in my investgations I have found that I am enjoying working out ths new, alien language as I create my own.
To not spectate people who go wrong way (we're animals).
And I've now removed these ones:
#$MinimumDriftSpeed = 50; # Minimum speed in km/h to maintain. Driving below that speed will reset score
#$MinimumDriftAngle = 15; # Minimum angel to maintain. When angle is below value, score is reset
#$MaximumDriftAngle = 100; # Maximum angel to maintain. When angle is above value, score is reset
Did you see anything else obvious in there that I've mashed up?
But I now know that I MUST have the driftmeter working AND Krayy's help system.
:edit:
And I'm going to leave my PitExit function as it is... it seems to be the simplest way to remind people that their first lap drift scores may not count - and my VERY limited skills with Lapper suit simplicity very well
With this being only for a LAN party is that necessary? if so, I'll sort it. I only left it out because I had no intentions of taking this online.
That was an experiment, lol - but now you've told me how to work it, I might continue with it.
Looking and reading now
Looking in your Drifting section, you've left the # character in front of a lot of the coding lines you would need - this character tells lapper to ignore anything on the line after this (the /* and */ tells lapper to ignore everything in between - as per the lapper script, the first part gives an explanation on some of the coding, which lapper ignores until it gets to the General options section).
I'll have a look through it now and see if I can make a better job of it