47
edits
Peterkohaut (talk | contribs) |
Peterkohaut (talk | contribs) |
||
Line 18: | Line 18: | ||
=== scene === | === scene === | ||
Changes set and scene. | |||
scene [(<chapterId> <setId> <sceneId>) | (<chapterId> <sceneName>) | <sceneName>] | scene [(<chapterId> <setId> <sceneId>) | (<chapterId> <sceneName>) | <sceneName>] | ||
Line 33: | Line 35: | ||
=== loop === | === loop === | ||
Show scene loops or play scene loop. | |||
loop [<loopId>] | |||
Arguments: | Arguments: | ||
Line 43: | Line 47: | ||
=== var === | === var === | ||
Get or set game variable (integer). | |||
var <id> [<value>] | var <id> [<value>] | ||
Line 55: | Line 61: | ||
=== flag === | === flag === | ||
Get or set game flag (boolean). | |||
flag <id> [<value>] | flag <id> [<value>] | ||
Line 67: | Line 75: | ||
=== clue === | === clue === | ||
Get or changes clue for an actor. | |||
clue <actorId> <clueId> [<value>] | clue <actorId> <clueId> [<value>] | ||
Line 80: | Line 90: | ||
=== anim === | === anim === | ||
Get or set animation mode of the actor. | |||
anim <actorId> [<animationMode>] | anim <actorId> [<animationMode>] | ||
Line 92: | Line 104: | ||
=== goal === | === goal === | ||
Get or set goal of the actor. | |||
goal <actorId> [<goal>] | goal <actorId> [<goal>] | ||
Line 104: | Line 118: | ||
=== pos === | === pos === | ||
Get or set position of the actor. | |||
pos <actorId> [(<setId> <x> <y> <z> <facing>)|<otherActorId>] | pos <actorId> [(<setId> <x> <y> <z> <facing>)|<otherActorId>] | ||
Line 121: | Line 137: | ||
=== say === | === say === | ||
Actor will say specified line. | |||
say <actorId> [<sentenceId>] | say <actorId> [<sentenceId>] | ||
Line 133: | Line 151: | ||
=== timer === | === timer === | ||
Prints or changes timers for an actor. | |||
timer <actorId> [<timer> <value>] | timer <actorId> [<timer> <value>] | ||
Line 146: | Line 166: | ||
=== friend === | === friend === | ||
Prints or changes friendliness for an actor towards another actor. | |||
friend <actorId> <otherActorId> [<value>] | friend <actorId> <otherActorId> [<value>] | ||
Line 159: | Line 181: | ||
=== save === | === save === | ||
Saves game to original format. | |||
save <file path> | save <file path> | ||
Line 168: | Line 192: | ||
=== load === | === load === | ||
Loads a save game from original format. | |||
load <file path> | load <file path> |
edits