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:
@@ -17,6 +17,11 @@
|
||||
teleport player r3_r_exit
|
||||
# Set player look left
|
||||
set_angle player 270
|
||||
|
||||
# If bridge not closed
|
||||
> [!r3_bridge_closed]
|
||||
set_interactive r3_right_platform false
|
||||
|
||||
stop
|
||||
> [!last_scene]
|
||||
teleport player player_start
|
||||
|
||||
Reference in New Issue
Block a user