Game logic - Spawn point – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "=Description= Point of player spawn location. =Settings= Rotation of the spawn point will be same for the character spawned on this point. =Events= Spawn point usually works...")
 
No edit summary
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Description=
=Description=
Point of player spawn location.
Spawn point for a player. More Spawn points can be grouped in [[Ylands Game logic - Logic label|'''Logic Label''']] and referenced in [[Ylands Game logic - Player role|'''Player Role''']] and [[Ylands Game logic - Player team|'''Player Team''']].


=Settings=
=Notes=
Rotation of the spawn point will be same for the character spawned on this point.
*If there are no Player Roles or Teams, player will start on the first spawn point created.


=Events=
Spawn point usually works as a reference for other game logic, but can do the basic events of any game logic.


=Combination with Player Roles and Player Teams=
----
*If there are no player roles or teams, player will start on the first spawn point created.
{{Ylands scripting navbox}}
*Spawn point usually serves the two other game logic as a reference point for more distinctive spawning.
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|19}}}}


 
[[Category: Game Logic]]
{{Game logic list}}
[[Category: Ylands 0.10]]

Revision as of 13:47, 3 January 2019

Description

Spawn point for a player. More Spawn points can be grouped in Logic Label and referenced in Player Role and Player Team.

Notes

  • If there are no Player Roles or Teams, player will start on the first spawn point created.



Template:Ylands scripting navbox