Issue Details (XML | Word | Printable)

Key: RAD-148
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Latif Khalifa
Reporter: Latif Khalifa
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Radegast
RAD-147

Add "go" command

Created: 23/Apr/10 12:41 AM   Updated: 15/May/10 03:37 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.18


 Description  « Hide
/go name=Person's Name
//go object=Object Name
//go distance (//go 5) moves y ou gthe set amount of meters.
//go distance direction (n s e w ne nw se sw)
//go xyz=x,y,z (you can just have it ignore the z coordinates if you're not flying. Reminds me I need to play with flying.)

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Latif Khalifa added a comment - 23/Apr/10 05:02 PM
Implemented as:

Usage:

//go [tp] (distance|xyz|object|person|help) [additional args]

  • tp is an optional parameter after go command. If speciefied use teleport instead of walking to reach the destination when parcel permits it.

Distance mode:
Specifies distance in meters to move with optional direction. If direction is not specified we move forward.
Examples:
//go 10 – moves 10m forward
//go 15 e – moves 15m to the east
//go tp 20 se – teleports 20m to the southeast of our current position

XYZ mode:
Moves to X, Y and optionally Z coordinate
Examples:
//go xyz 128,128 – walks toward the center of the sim, using our current elevation (Z)
//go tp xyz 32,32,128 – teleports to postion 32,32,128 within our current region

Object mode:
Moves towards a named object
Examples:
//go object desk chair – walk toward the closest object whose name begins with "desk chair"
//go tp object dance floor – teleports to the closest object whose name beings with "dance floor"

Person mode:
Moves toward a person
Examples:
//go person Latif – walk towrds the closest person whose name begins with Latif
//go tp person John – teleports to the closest person whose name begins with Latif