Script: Nitesitebase

From Ultima Online: The Second Age
Revision as of 18:32, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> spelskil; <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4LF(<span style="color:#0000FF...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits spelskil;
function int Q4LF(obj user, obj usedon)
{
  int Q5NC = 0x00;
  if (Q50G(usedon))
  {
    loc Q4VS = getLocation(user);
    loc there = getLocation(usedon);
    faceHere(user, getDirectionInternal(Q4VS, there));
    int Q4YJ = 0x01 + (getSkillLevel(usedon, 0x19) / 0x04);
    doMobAnimation(usedon, 0x376A, 0x09, 0x20, 0x00, 0x00);
    sfx(there, 0x01E3, 0x00);
    setLight(usedon, Q4YJ, 0x01);
    Q5NC = 0x01;
    int Q527 = Q41J(user, usedon, 0x00, this);
  }
  Q5UQ(this);
  return (Q5NC);
}