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:
@@ -32,3 +32,21 @@ say player "I don't think he'd like that."
|
||||
stop
|
||||
|
||||
|
||||
:use r5_filled_sheet
|
||||
say player "I'll give you this!"
|
||||
|
||||
:give r5_filled_sheet
|
||||
inventory_remove r5_filled_sheet
|
||||
|
||||
say worker "Hey! That's perfect!"
|
||||
say worker "I can finally get away from here!"
|
||||
walk_to_pos worker 1200 400
|
||||
#set_angle worker 45
|
||||
|
||||
# Open the door
|
||||
set_state r6_door r_door_open
|
||||
set_global r6_door_open true
|
||||
|
||||
# Disappear!
|
||||
wait 1
|
||||
set_active worker false
|
||||
|
||||
Reference in New Issue
Block a user