Game logic - Player role – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 31: Line 31:
----
----
{{Ylands scripting navbox}}
{{Ylands scripting navbox}}
{{DEFAULTSORT:Player role}}


[[Category: Ylands 0.10]]
[[Category: Ylands 0.10]]
[[Category: Game Logic]]
[[Category: Game Logic]]

Revision as of 12:31, 3 January 2019

Description

Defines spawning point and equipment of player.

Properties

Equipment and inventory

  • Starting equipment for this role
  • Item placed in first inventory slot will be equipped in players hands upon spawn
  • Player will not get respawn with this equipment

Spawn place

  • Player will spawn on selected spawn point
  • Its possible to select a Logic Label with collection of Spawn Points, spawn will be then selected by random

Notes

  • Name given to this game logic will be same as the one displayed as name of the role.

Player Teams

  • One team can have multiple player roles.
  • One player role can be added to multiple player teams.
  • Player team can override the spawn point of role.
  • Each role in the team can have different spawn points

Events



Template:Ylands scripting navbox