47
edits
Peterkohaut (talk | contribs) (merged chapter & scene commands) |
Peterkohaut (talk | contribs) |
||
Line 91: | Line 91: | ||
If value argument is specified, command will set value of specified flag | If value argument is specified, command will set value of specified flag | ||
=== clue === | |||
Usage: | |||
clue <actorId> <clueId> [<value>] | |||
Arguments: | |||
actorId - id of actor, 0 - player, list is available here [https://github.com/scummvm/scummvm/blob/master/engines/bladerunner/game_constants.h] | |||
clueId - list of clues is available here [https://github.com/scummvm/scummvm/blob/master/engines/bladerunner/game_constants.h] | |||
value - 0 to remove the clue, 1 to add the clue | |||
If value argument is not specified, command will check if actor has requested clue | |||
If value argument is specified, command will add add or remove requested clue from the actor | |||
=== anim === | === anim === |
edits