View Single Post
  #30  
Old 03-31-2010, 01:50 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by Inverness View Post
It seems like everyone wants to script the kitchen sink these days instead of focusing on scripting stuff that would make playerworlds more successful.
PHP Code:
function onActionGrab() {
    if (
plates in sink == true) {
    
turn on hot tap;
    
wash plates;
} else {
    
sendrpgmessage("plates are clean");
 }

But seriously I know what you mean.
Reply With Quote