-
Notifications
You must be signed in to change notification settings - Fork 0
@UserExWalkLimit
This trigger fires when a player exceeds the walking limit defined by the WALKBUFFER and WALKREGEN settings in Sphere.ini. This could indicate that the player is using a cheat to run faster than they should (i.e. speedhacking) or it could be a result of a poor connection between the server and client.
Fires on:
The following object references are explicitly available for this trigger:
{| border="1" cellspacing="4" cellpadding="4" | Name || Description |- | I || The player exceeding the walk limit. |- | SRC || The player exceeding the walk limit. |}
The following arguments are set for this trigger. If an argument is marked as "In" then a value will be passed in to the trigger, if an argument is marked as "Out" then it can be set to a value to affect Sphere's behaviour:
No arguments are set for this trigger.
The following return values are explicitly defined for this trigger:
{| border="1" cellspacing="4" cellpadding="4" | Return Value || Description |- | 1 || Allows the player to continue moving without being restricted. |}
Category: Reference Compendium Category: Triggers Category: Characters Category: Players