-
Notifications
You must be signed in to change notification settings - Fork 0
/
testa_hero.a3sol
27 lines (27 loc) · 1.09 KB
/
testa_hero.a3sol
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
; ******************************************************************************
; * *
; * CLOK OF DARKNESS *
; * *
; * TEST SUL PERSONAGGIO PROTAGONISTA *
; * *
; ******************************************************************************
; Questo script testerà la corretta implementazione dell'Eroe, e che le azioni
; rivolte a sé stesso producano riposte congrue.
x me
x hero
inventario
; ==============================================================================
; VERBI AUTO-DIRETTI
; ==============================================================================
ovest
; ** FIX IT **
appendi me al soffitto
; ** FIX IT **
appendi me al gancio
; ** FIX IT **
appendi il mantello a me
; ** FIX IT **
appendi il gancio a me
; ** FIX IT **
appendi il soffitto a me
; // FINE TEST //