NPC Code:
if (playerenters) {
banksprites = #;
isbank = 1;
noplayerkilling;
enableweapons;
}
Just make sure you have
isbank = 1; in there, and if you want to define a sprite set, make one with the standard name and a different # on the end, then define that same number in
banksprites = #;. You'll hafta look through webgifs for the bank sprites though, I don't remember what the standard name is, or if they're gif or png.....I'm pretty sure they're .png though.
The
noplayerkilling and
enableweapons are optional, just make sure you have weapons enabled, and try to make sure noplayerkilling is on, it'll get along better with the bank card.