fork download
  1.  
  2. sub EVENT_SAY {
  3. if($text=~/hail/i && $ulevel <= 4)) {
  4. quest::level(4);
  5. quest::setallskill(50);
  6. quest::scribespells(10);
  7. quest::say("Let your mind fill with spiritual knowledge. Beyond this room you will find manifestations of your hatred and anger. These are not proper emotions for a spiritual healer. When you feel that you have completely banished these feelings from your mind, return to me with proof and you shall be enlightened.");
  8. }
  9.  
  10. elsif(($text=~/hail/i && $ulevel >= 4)){
  11. quest::say("Blah blah blah");
  12. }
  13. }
  14.  
Runtime error #stdin #stdout 0s 4596KB
stdin
Standard input is empty
stdout
Standard output is empty