View Single Post
  #52  
Old 03-12-2001, 09:00 PM
Lycia Lycia is offline
Banned
Lycia's Avatar
Join Date: Mar 2001
Location: Over there. --->
Posts: 3,240
Lycia is on a distinguished road
Send a message via ICQ to Lycia Send a message via AIM to Lycia
Fai, tell me what looks better:

NPC Code:

if (playerenters&&strequals(#a,Fai)) {setlevel2 worldj-16.nw,30,30; setlevel2 worldj-16.nw,30,30; setbackpal dusk6.png; noplayerkilling; weaponsdisabled;}



or

NPC Code:

if (playerenters&&strequals(#a,Fai)) {
setlevel2 worldj-16.nw,30,30;
setbackpal dusk6.png;
noplayerkilling;
weaponsdisabled;
}




Which looks easier to understand?
Reply With Quote