Teratos's Note: Copy&Pasted changelog to end of file. // #name = playerwaypoint // #version = 0.0.3 // #date = October 27, 2001 // #warrior = jsut // #email = jsut@kabob.ca // #web = http://kabob.ca/tribes2/ // #description = makes it easier to waypoint people quickly // #status = beta ----------------------------------------------------------- SYNOPSIS ----------------------------------------------------------- playerwaypoint is a drop in modification to the Command Console that make is to simply by right clicking a player you can add a waypoint to them. This works somewhat better than VVH'ing to waypoint people because you can have up to 16 waypoints on people, unlike with Tasks, where you can only have one task currently accepted. This can be particularly useful for attack groups who always want to be aware of where the other members of there attack groups are, among other things. ----------------------------------------------------------- INSTALL ----------------------------------------------------------- drop the vl2 file in your gamedata/base directory ----------------------------------------------------------- INSTRUCTIONS ----------------------------------------------------------- right click the person you want to waypoint in the command console, and select Waypoint Player. A popup will appear asking you to name the waypoint, type the name, hit enter and the popup goes away. Then, you'll notice in the message window a line that says: Player WaypointID: [number] to change the name of your waypoint, you can type !renamepwp [number] [name] or !renamewp [number] [name] where [number] is the Player WaypointID, and [name] is the new name you want for the waypoint. ----------------------------------------------------------- KNOWN ISSUES ----------------------------------------------------------- because of the way this script works, there is no easy way (that i can find) of getting the name that is associated with the player you are waypointing automatically, that will work consistantly through an entire gaming session. if you find anything weird, email me jsut@kabob.ca //********************************************************************* //********************************************************************* v0.0.3 added a buddypoints style popup that prompts you to name your waypoint when you create it. v0.0.2 added the ability to rename waypoints v0.0.1 initial release