02-26-2008, 08:06 AM
LVP 2.x has an admin command "/up distance" that moves you up (and probably down if negative) a certain amount. I thought that was a neat little tool for getting to hard-to-reach places and made a generic "/move" command for my local MTA experiments that will move you around in a variety of directions. My command takes the syntax
where direction is one of
The code is posted at http://lua.pastebin.com/m18445e81 although it doesn't necessarily follow LVP coding conventions since I wrote it a while ago for my own use.
Would something like this be useful for admins on LVP 3?
Code:
/move <direction> <distance>- up
- down
- left
- right
- forward
- back
- north
- south
- east
- west
The code is posted at http://lua.pastebin.com/m18445e81 although it doesn't necessarily follow LVP coding conventions since I wrote it a while ago for my own use.
Would something like this be useful for admins on LVP 3?