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:
{11 bold}Movement:{/} {10}north{/}, {10}south{/}, {10}east{/}, {10}west{/}, {10}up{/}, {10}down{/}
{11 bold}Look:{/} {10}look{/}, {10}look <item/object/mob>{/}, and {10}map{/}
{11 bold}Items:{/} {10}inv{/} to see your 28-slot inventory
{10}get <item>{/}, {10}drop <item>{/}, {10}wear <item>{/}, {10}remove <item>{/}
{10}use <item> on <item/object>{/}
{10}eq{/} for equiped gear
{11 bold}Comms:{/} {10}talk <mob>{/} for NPC chat
{10}say <msg>{/} and {10}global <msg>{/} for human chat
{11 bold}Character:{/} {10}score{/} and {10}skills{/} for stats.
{11 bold}Combat{/} {10}attack <mob>{/}
{11 bold}Skills{/} Many skills have shortcuts like {10}mine{/}, {10}fish{/}, or {10}chop{/}
{11 bold}Options{/} {10}options{/} for a list of account options
{10}options <opt> <value>{/} to change an option
Type {12 bold}what{/} for a list of possible common actions
Make sure to check the {10}help{/} pages, especially {10}help newplayer{/}!
on_look:
set_player_flags:
1001_look_sign: true
|