Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.66 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. // Learn all the available scrolls. Used in the DA:A initialization
  2.         // and for beta purpose. Obviously splitted in several events to
  3.         // avoid TMIs
  4.         // Event vars : Obj0 (EvHook)
  5.         //              Int0 (iteration count)
  6.         case PHAE_TWF_EVHOOK_LEARNALL : {
  7.             /* ## Debug ## */ Phae_debugMsg("phae_forge_core fired (PHAE_TWF_EVHOOK_LEARNALL)");
  8.             // The owner should be EvHook but let's assume it may not be.
  9.             if(GetTag(GetEventObject(eCurrent, 0)) != "phae_twf_scrolls_evhook") return;
  10.             HandleEvent(eCurrent, PHAE_TWF_EVHOOK_NCS);
  11.             break;
  12.         } // PHAE_TWF_EVHOOK_LEARNALL