-
Notifications
You must be signed in to change notification settings - Fork 1
/
ponibles_GNA.a3t
75 lines (60 loc) · 3.04 KB
/
ponibles_GNA.a3t
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Use the RESET command to restore all ponible items to their original
portador or location.
Use the LIST <ACTOR> command to list the inventory of actors.
El Emporio Alani
Hay un vendedor aquí. Hay un mujer aquí. Hay unos mellizos aquí. Hay unos
mellizas aquí.
> ; ******************************************************************************
> ; * *
> ; * T E S T W E A R A B L E S G N A *
> ; * *
> ; ******************************************************************************
> ; These tests aim at verifying that gender and number are honored in messages
> ; relating to wearable items, both for the items and their wearer/carrier.
> ; ==============================================================================
> ; INVENTORY
> ; ==============================================================================
> inventario
No llevas nada. Llevas un pantalón, una camiseta, unos tirantes y unas
sandalias.
> ; ==============================================================================
> ; EXAMINING NPCs
> ; ==============================================================================
> x vendedor
He's here to assist customers buying clothes. El vendedor lleva puesto un
un traje muy elegante y una corbata.
> x mujer
She's just a customer. El mujer lleva puesto un vestido.
> ; ------------------------------------------------------------------------------
> ; PLURAL NPCs
> ; ------------------------------------------------------------------------------
> ; We need to ensure that plural NPCs are also mentioned correctly...
> x mellizos
They're twin brothers. Los mellizos llevan puestos un sombrero.
> x mellizas
They're twin sisters. Los mellizas llevan puestos un botas.
> ; ==============================================================================
> ; LISTING NPCs
> ; ==============================================================================
> ; Since the EXAMINA and INVENTARIO commands don't rely on the LIST statement,
> ; but use custom coded loops to separate carried and worn items, we've added
> ; to this test adventure the special verb LIST <ACTOR> to check that the LIST
> ; statement correctly mentions worn items as being worn according to GNA.
> list hero
Tienes unos tirantes, (están puestos), unas sandalias, (están puestas), un
a camiseta (está puesta) y un pantalón. (está puesto).
> list vendedor
El vendedor lleva una corbata (está puesta) y un un traje muy elegante.
(está puesto).
> list mujer
El mujer lleva un vestido. (está puesto).
> ; ------------------------------------------------------------------------------
> ; PLURAL NPCs
> ; ------------------------------------------------------------------------------
> list mellizos
Los mellizos llevan un sombrero. (está puesto).
> list mellizas
Los mellizas llevan un botas. (está puesto).
>
¿Quiere revertir (undo), recomenzar (restart), restaurar (restore) o
salir (quit)?