11 lines
186 B
Plaintext
Executable File
11 lines
186 B
Plaintext
Executable File
:action1
|
|
say player "That's a wrench on the floor."
|
|
stop
|
|
|
|
:action2
|
|
set_active wrench false
|
|
inventory_add wrench
|
|
|
|
:action3
|
|
say player "It seems even more useful now that I picked it up."
|