Home
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Details for command pcblockmove:
* pcblockmove <id>,<option>;
Prevents the given ID from moving when the option != 0, 0 enables the ID to move again.
ID should be able to be GID of a monster/npc or AID from a character.
Example(s):
//prevents the current char from moving away;
pcblockmove getcharid(3),1;
//enables the current char to move again.
pcblockmove getcharid(3),0;