Game logic - Spawn point – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
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.
*Spawn point usually serves the two other game logic as a reference point for more distinctive spawning.




----
----
{{Ylands scripting navbox}}
{{Ylands scripting navbox}}

Revision as of 23:13, 2 December 2018

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