Files
gymkhana-actions/game/items/inventory/wrench.esc
2021-10-21 21:56:25 +02:00

11 lines
209 B
Plaintext
Executable File

:look
say player "That's a wrench on the floor." [!i/r5_wrench]
say player "It seems even more useful now that I picked it up." [i/r5_wrench]
stop
:pickup
inventory_add r5_wrench
set_active r5_wrench false