Skip to main content

Scp1509Resurrected

Gets called after a player has been resurrected with the Scp1509 item.

Start a script section

!-- OnEvent Scp1509Resurrected
-- require @evPlayer *evItem @evKilledPlayer @evRevivedPlayer $evRespawnRole

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: No
  • Event data: PlayerScp1509ResurrectedEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player that invoked the event.
*evItemreference to Scp1509Item objectGets the SCP-1509 item that was used.
@evKilledPlayerplayer valueGets the player who died by Item.
@evRevivedPlayerplayer valueGets the player that got revived.
$evRespawnRoleRoleTypeId enum valueGets the role of the revived player.