View Single Post
  #6  
Old 07-15-2006, 12:12 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
Assuming you knew GS1

NPC Code:
if (playerchats) { }



is

PHP Code:
function onPlayerchats() {} 
and

NPC Code:
if (strequals(#c,chat)) { }



is

PHP Code:
if (player.chat == "chat") { } 
If that helps.
__________________



Reply With Quote