Thread: How to ?
View Single Post
  #14  
Old 08-25-2002, 11:08 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
Did I not make it clear I didn't care what that looked like because it was a stupid pointless script? Look @ my other's... not bad. And really, why the hell would it matter as long as you can read it and it works?? If put:
NPC Code:

if (created)
{ for (i=0;i<allplayerscount;i++)
{ with (allplayers[i])
{ if (strequals(#a,Accname))
{ setplayerprop #n,#a (Guild);
}
}
}
}


not quite pretty @ ALL but you can somewhat read it, and it works. If you space things out, there shouldn't be a problem. So if you don't like my scripting style, then stfu and don't read it!
---Shifter
__________________
Quote:
*Stefan: it seems sometimes they hire newbie scripters everywhere x-x
*Stefan: scripters are sometimes like people that draw paintings
*Stefan: all that counts is that it looks nice
Reply With Quote