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.