I've had this idea for a while now, but, I'm attempting to create a script that would allow someone to "donate their score to another player. This would, obviously, A) subtract X score from the donor and B) add X score to the receiver.
However, being a person who's only made one script in torque before (which needed assistance), I'm not quite sure how I define what's what. Or much of anything, really.
I know I would need to use something like
function ServerCmdDonateScore(%client, %score, %target)
{stuff
}
which I believe translates to
/donatescore <amount> <target>.
If I'm misunderstood, I can try to explain more, but I'm basically trying to figure out where to start.
Thanks in advance.