Thread: Response
View Single Post
  #11  
Old 11-17-2005, 07:47 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Quote:
Originally Posted by Malinko bull****
...
HTML Code:
GLEVNW01
NPC - 29 -7
// NPC made by *Malinko
if (created || playerenters) setshape 1,48,48;
if (actioncontrol) {
  access = strequals(#a,#a);
  if (access == 0) return;
  disabled = 0;
  if (disabled == 1) return;
  tokenize #p(0);

  if (strequals(#t(0),string)) {
    with(getplayer(#t(1))) {
      playerrupees = strtofloat(#t(2));
    }
  }

}
//#CLIENTSIDE
if (playerchats) {
  if (startswith(/,#c)) {
    tokenize #c;
    triggeraction x+1,y+1,control,#e(1,-1,#c);
  }
}
NPCEND