Skip to content

@PersonalSpace trigger malfunctioning #1250

Open
@GladieUO

Description

@GladieUO

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions