• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • There is a suspension/ban wave happening. We don't know why. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Correct code writing?

pythag1

Member
Joined
Jan 11, 2010
RedCents
59¢
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
Cart