Thread: ATM script...
View Single Post
  #7  
Old 03-18-2001, 07:07 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
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.
Reply With Quote