Master-Of-Death commented on a Page, Quiz script  -  Dec 15, 2009

why keep using

if ($me == Yoshi && $nick !isop #) { notice $nick Only Draven can use this command!

Why not just use

if ($me !== Yoshi) { halt }

Means you only need to use it once at the beginning of each text event, and whil on that subject you could just use one text event for everything.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.