
Untitled
By: a guest on
May 1st, 2012 | syntax:
None | size: 0.66 KB | hits: 17 | expires: Never
// Learn all the available scrolls. Used in the DA:A initialization
// and for beta purpose. Obviously splitted in several events to
// avoid TMIs
// Event vars : Obj0 (EvHook)
// Int0 (iteration count)
case PHAE_TWF_EVHOOK_LEARNALL : {
/* ## Debug ## */ Phae_debugMsg("phae_forge_core fired (PHAE_TWF_EVHOOK_LEARNALL)");
// The owner should be EvHook but let's assume it may not be.
if(GetTag(GetEventObject(eCurrent, 0)) != "phae_twf_scrolls_evhook") return;
HandleEvent(eCurrent, PHAE_TWF_EVHOOK_NCS);
break;
} // PHAE_TWF_EVHOOK_LEARNALL