Deleted ESCHotspot (use ESCItem instead)

Moved duplicated movement code from ESCPlayer and ESCItem/ESCHotspot to its own script.
Added talking animations management.
Fixed bug: character was turning to last_direction after talking, if coming from another direction than speaking direction.
Continued removing unfree stuff.
This commit is contained in:
Julian Murgia
2021-01-12 23:05:23 +01:00
parent 933122f085
commit ff56816205
73 changed files with 1211 additions and 1652 deletions

View File

@@ -9,6 +9,15 @@
stop
> [eq dialog_advance 2]
say player "No, SERIOUSLY, I have no idea what that is!"
set_angle player 180
say player "Please stop asking me that!"
stop
:use r5_wrench
> [r5_wall_item_state_round]
set_state r5_wall_item state_square
set_global r5_wall_item_state_round false
stop
set_state r5_wall_item state_round
set_global r5_wall_item_state_round true