Open
Description
https://wiki.spherecommunity.net/index.php?title=@PersonalSpace
Basically it will allow stepper step over you only once with full stam, than he get blocked, untill you set ARGN1 to 0 and create your own stamina drain.
ARGN2 - doesnt do anything so setting it to 1 or 0 does non
This is basically how I had to do it to allow players step over NPCs and drain some stamina
ON=@personalspace
IF (<SRC.ISPLAYER>)
IF (<SRC.STAM> > 10)
SRC.STAM -=10
ARGN1=0
ENDIF
ENDIF
Metadata
Metadata
Assignees
Labels
No labels