47
edits
Peterkohaut (talk | contribs) |
Peterkohaut (talk | contribs) (→say) |
||
Line 316: | Line 316: | ||
Actor will say specified line. | Actor will say specified line. | ||
say <actorId> | 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] | ||
=== timer === | === timer === |
edits