-
Notifications
You must be signed in to change notification settings - Fork 4
Triggering events from external resource
Triggering the server event Inferno-Collection:Server:Ladders:ToggleLadder
from a client will attempt to collect or store a ladder.
Triggering the server event Inferno-Collection:Server:Ladders:CollectLadder
from a client will attempt to collect a ladder.
Triggering the server event Inferno-Collection:Server:Ladders:StoreLadder
from a client will attempt to store a ladder.
Triggering the server event Inferno-Collection:Server:Ladders:PlaceLadder
from a client will attempt to place a ladder.
Triggering the server event Inferno-Collection:Server:Ladders:PlaceLadder
from a client, with the first parameter as true
, will attempt to drop a ladder.
Triggering the server event Inferno-Collection:Server:Ladders:ClimbLadder
from a client, with the first parameter as the network id of the ladder, and the second parameter as 1
for up or 0
for down, will attempt to climb a ladder.
Triggering the server event Inferno-Collection:Server:Ladders:FinishedClimbing
from a client, with the first parameter as the network id of the ladder, will attempt to cancel climbing a ladder.
Triggering the server event Inferno-Collection:Server:Ladders:PickUpLadder
from a client, with the first parameter as the network id of the ladder, will attempt to pick up a ladder.
If you have any troubles, suggestions, feedback, etc, please check the Wiki, create a new issue, and/or contact us on Discord.