auto-lease v3.x Reference
From Apez
Once the auto-lease has been placed in setting-mode (when the owner touches it), in addition to opening the owner-menu the unit will also listen for chat commands. The settings-mode/menus can be exited by using either the "done" menu option or entering "done" into chat. It will also automatically exit settings-mode after a couple minutes of inactivity.
Most of the auto-lease menu options are also chat commands. When selected from the menu they will prompt for their input value (for example, if you choose "price" the unit will prompt you to enter the price (a number) into chat. However, the option can also be entered into chat directly followed by the value (separated by a space) - for example "price 50".
Multiple commands can be entered on a single chat line if seperated by commas (with no spaces between them). For example:
locname MyMall,timeunit week,price 50,min 1,max 10,maxoverdue 3days
Command Reference
| Command | Description | Examples |
|---|---|---|
| locname {name} | Sets the location name (shown on touch & in IMs). Do not use commas! | locname My Mall |
| timeunit {unit} | Sets the time unit ('hour','day','week'[default] or 'month') | timeunit month |
| prims {limit} | Sets max prim use to limit prims (informational, not enforceable) | prims 100 |
| min {units} | Sets minimum lease time to units time units | min 4 |
| max {units} | Sets maximum lease time to units time units | max 10 |
| price {amount} | Sets price to L$amount per time unit. Use US$amount to set target US Dollar price | price 200 price US$10 |
| rules {rules} | Sets your terms of use. One short line - Do not use commas! | rules Set objects to Mall group |
| addtime {duration} | Adds time to lease (use -ve to subtract) | addtime 1month 2weeks addtime -5days |
| mark | Mark this auto-lease for copying to another | mark |
| copy | Copy settings & state from auto-lease marked for copying | copy |
| copylast | Copy settings & state from last rezzed auto-lease (this location) | copylast |
| done | Exits settings mode and resumes operation | done |
| settings | Shows all current settings | settings |
| help | Shows list of basic commands | help |
| ahelp | Shows list of advanced commands | ahelp |
| initfree {units} | Sets number of free time units at start of new lease | initfree 1 |
| maxoverdue {duration} | Sets the overdue period before going vacant | maxoverdue 1day 12hours maxoverdue 0 |
| timeleft {duration} | Sets remaining time on lease | timeleft 1month 2weeks 4days 9hours timeleft 100hours |
| terminate | Terminates lease, notifying lease holder and refunding remaining cost | terminate |
| vacant | Forces occupied slot to become vacant. Use with care! | vacant |
| refund {amount} | Pays a L$amount refund to the current lease holder. It does NOT go vacant. | refund 100 |
| contract {on | off} | Turn on or off giving the 'Contract' notecard from user menu | contract off |
| email {address} | Sets email notification address | email me@myaddress.com |
| register | force re-registration with www.apez.biz server | register |
| imlevel {n} | set owner IM verbosity (0=none...3=verbose) [default 2] | imlevel 1 |
| offset {vector} | set info box position offset vector | offset <1,2,10> |
| transp {on | off} | Sets transparency on/off | transp on |
| light {on | off} | Turn on or off light (fullbright) | light on |
| menu {on | off} | Turn on or off the owner and user menus/dialogs | menu off |
| vacantscale {vector} | set vacant prim scale (size) | vacantscale <1,1,1> |
| leasedscale {vector} | set leased info box scale | leasedscale <.1,.1,.1> |
| savescale | save the current prim scale as vacant/leased scale | savescale |
| setpos {vector} | set the current position in the sim (local coords.) | setpos <128,128,32> |
| setrot {rotation} | set the current rotation (Euler vector) | setrot <1,2,3> |
| newlease {avatar name | key} | Start a new lease (for min units) for avatar | newlease Joe Bloggs |
| delete! | auto-lease will delete itself after unregistering with the server | delete! |
