Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

API Class: Tools.IsNPCSummoned()

D1G1T4L3CH0 edited this page Feb 12, 2015 · 1 revision

Summary

Returns true if NPC has been summoned.

Arguments

bool IsNPCSummoned(string name)

Example(s)

  • Lua
    Prints true to the console if Guide has been summoned. Should always be true. Case sensitive.
Tools.WriteLine(tostring(Tools.IsNPCSummoned("Guide")))
Clone this wiki locally