VectorToString
From NWNWiki
VectorToString(vector) converts a vector into a string.
string VectorToString(vector vec)
[edit] Parameters
vector vec
- The vector whose string representation is returned.
[edit] Description
A debugging functions that returns a string representation of the vector argument. The string is formatted as (x y z).
