View Single Post
  #4  
Old 11-27-2002, 09:06 AM
Brandon Brandon is offline
Master of Chaos
Brandon's Avatar
Join Date: Jul 2002
Location: Kalamazoo, Michigan USA
Posts: 233
Brandon is on a distinguished road
Send a message via ICQ to Brandon Send a message via AIM to Brandon Send a message via MSN to Brandon Send a message via Yahoo to Brandon
Yes, that has been around for a while. I'll explain it for those that don't know about it.

Use the setpm; command to clear the default pm response, then you get the if (pm) event.

For example:
NPC Code:

if (pm) {
if (strequals(#p(1),message)) {
actions;
}
}

__________________
Brandon M.
Bravo Online Manager
Reply With Quote