Project Spark Wiki
Advertisement

Kode:

[WHEN] "once" [DO] "team", "equals", "team 1"

[WHEN] [DO] "show meter", "health", "max", "max health", "screen top left"

[WHEN] [DO] "boom camera", "distance", "15", "ignore camera collision"

[WHEN] "A", "pressed" [DO] "jump"

[WHEN] "left stick" [DO] "move"

[WHEN] "right stick" [DO] "shoot"

[WHEN] "detect", "interactable", "objects in front"

> [WHEN] [DO] "highlight", "it", "yellow"

> [WHEN] "is using keyboard/mouse" [DO] "display", "Keyboard E", "above", "it"

> [WHEN] "is using controller", "or", "is using touch" [DO] "display", "B", "above", "it"

> [WHEN] "B", "pressed", "or", "E" [DO] "interact"

> [WHEN] "else"

>> [WHEN] "B", "pressed" [DO] "dodge", "with strafing", "invulnerable"

Advertisement