• 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! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

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