View Single Post
  #12  
Old 10-10-2003, 08:45 PM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
This is all you need.

NPC Code:

if (playerchats){
if (strequals(#c,Hello) && !Hello) {
playerrupees += 10;
set Hello;
}
}



Simple as.
__________________
Former Global Scripting Team Member


Reply With Quote