• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Correct code writing? (1 Viewer)

pythag1

New member
Joined
Jan 11, 2010
RedCents
25¢
I need to ask
Would this
Rich (BB code):
/if (${SpawnCount[npc radius ${MobsTooClose} zradius 100 noalert ${AlertList}]}) {
	/echo Can't loot while mobs are within ${MobsTooClose} units range.
	/squelch /endmac
	}

Work same as this
Rich (BB code):
/if (${SpawnCount[npc radius ${MobsTooClose} zradius 100 noalert ${AlertList}]}) {/echo Can't loot while mobs are within ${MobsTooClose} units range./squelch /endmac}

I realise its a very long line but curious! :)
(the code is a snippet from hoosierbilly's loot mac the same on both without the new lines on the second)
 
Correct code writing?

Users who are viewing this thread

Back
Top