generated from Jaysyn/ModuleTemplate
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetExitingObject();
|
|
SetFootstepType(FOOTSTEP_TYPE_NORMAL, oPC);
|
|
RemoveEffect(oPC, EffectMovementSpeedDecrease(50));
|
|
|
|
|
|
|
|
|
|
}
|