1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
name: sign
aliases: [safety card, safety instructions, frame]
inroom_description: A large framed sign is mounted near the cockpit door.
description: |-
We hope you enjoy your trip on our shuttle. Your pilot is [TYLER].
When you arrive at your final destination, please be aware of the following basic commands:
{0B bold}Movement:{/} {0A}north{/}, {0A}south{/}, {0A}east{/}, {0A}west{/}, {0A}up{/}, {0A}down{/}
{0B bold}Look:{/} {0A}look{/}, {0A}look <item/object/mob>{/}, and {0A}map{/}
{0B bold}Items:{/} {0A}inv{/} to see your 28-slot inventory
{0A}get <item>{/}, {0A}drop <item>{/}, {0A}wear <item>{/}, {0A}remove <item>{/}
{0A}use <item> on <item/object>{/}
{0A}eq{/} for equiped gear
{0B bold}Comms:{/} {0A}talk <mob>{/} for NPC chat
{0A}say <msg>{/} and {0A}global <msg>{/} for human chat
{0B bold}Character:{/} {0A}score{/} and {0A}skills{/} for stats.
{0B bold}Combat{/} {0A}attack <mob>{/}
{0B bold}Skills{/} Many skills have shortcuts like {0A}mine{/}, {0A}fish{/}, or {0A}chop{/}
{0B bold}Options{/} {0A}options{/} for a list of account options
{0A}options <opt> <value>{/} to change an option
Type {0C bold}what{/} for a list of possible common actions
Make sure to check the {0A}help{/} pages, especially {0A}help newplayer{/}!
on_look:
set_player_flags:
1001_look_sign: true
|