Open main menu

Difference between revisions of "Blade Runner"

197 bytes removed ,  20:35, 22 June 2019
Line 316: Line 316:
Actor will say specified line.
Actor will say specified line.


  say <actorId> [<sentenceId>]
  say <actorId> <sentenceId>


Arguments:
Arguments:
* actorId - id of actor, 0 - player, list is available here [https://github.com/scummvm/scummvm/blob/master/engines/bladerunner/game_constants.h]
* actorId - id of actor, 0 - player, list is available here [https://github.com/scummvm/scummvm/blob/master/engines/bladerunner/game_constants.h]
* sentenceId - id of the sentence to say, list does not exist but values can be derived from all the scene and actors scripts available here [https://github.com/scummvm/scummvm/tree/master/engines/bladerunner/script]
* sentenceId - id of the sentence to say, list does not exist but values can be derived from all the scene and actors scripts available here [https://github.com/scummvm/scummvm/tree/master/engines/bladerunner/script]
If goal argument is not specified, command will print current goal for the actor
If goal argument is specified, command will change goal for the actor - it will trigger scripted functionality


=== timer ===
=== timer ===
47

edits