View Single Post
  #3  
Old 06-14-2005, 05:03 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by Gerami
that would only be useful if you script in that style. some people still do the whole

NPC Code:

if (playertouchsme) {message hai;} if (strequals(#a,Gerami)) {if (playerenters) {show;}}


That is HORRIBLE styling. The longest script I've ever scripted is 204 lines long. If I scripted in that style for 204 lines, I'd go crazy.
Reply With Quote