View Single Post
  #1  
Old 04-22-2006, 11:47 AM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
Checking if On Ignore

I don't know if it's already possible to do this or not, but if not then how about making it able to check if somethings on ignore (ie. NPC Server)

Could possibly be something like this

NPC Code:
 with (checkignore((npcserver))) {



Could also be used to check other accounts

NPC Code:
 with (checkignore(Omini)) {



I know some people have the NPC Server on ignore, and if it is on ignore then it would be pointless to use the NPC server to help and inform the player with important things (ie. rules, staff hirings, etc)

I think this would be helpful if it is implicated into the scripting engine.
Reply With Quote