fork download
  1. sub EVENT_SAY {
  2. if($text=~/hail/i)&&($ulevel <= 4)) {
  3. quest::level(4);
  4. quest::setallskill(50);
  5. quest::scribespells(10);
  6. 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.");
  7. }
  8.  
  9. elsif(($text=~/hail/i)&&($ulevel >= 4)){
  10. quest::say("Blah blah blah");
  11. }
  12. }
  13.  
Runtime error #stdin #stdout 0s 4596KB
stdin
Standard input is empty
stdout
Standard output is empty