<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#creeper_commands|Creeper Commands]] ===== SetPinFieldCell ===== ^Arguments^Result^Notation^ | X, Y,Creeper_Pin AC_Pin | | '' x1 y1 b1 b2 -- ''| === Description === Sets the existence of pin fields at the specified location. The creeper and AC pin fields are independent. A creeper pin field prevents creeper from leaving the given cell, but allows it to enter. === Examples === Toggles an AC pin field at the mouse cursor. GetMouseCell dup2 GetPinFieldCell not SetPinFieldCell