Script: Destroy

From Ultima Online: The Second Age
Jump to: navigation, search
inherits spelskil;
trigger callback(0x1E)
{
  deleteObject(this);
  return (0x00);
}