-
-
Notifications
You must be signed in to change notification settings - Fork 54
Spells
Reetus edited this page Mar 10, 2026
·
303 revisions
Generated on 3/10/2026 3:07:34 AM
Version: 5.0.1+cb2bfafc8ca61e99043cebfbd4c89fcbe562551b
Method Signature:
Void Cast(System.String)
- name: Spell name.
Description:
Cast the given named spell and automatically target given object.
Example:
Cast("Recall", "runebook") Method Signature:
Boolean Cast(System.String, System.Object)
- name: Spell name.
- obj: An entity serial in integer or hex format, or an alias string such as "self".
Description:
Cast the given named spell and automatically target given object.
Example:
Cast("Recall", "runebook") Method Signature:
Void InterruptSpell()
Description:
Attempts to interrupt spell by lifting an item briefly.
Example:
InterruptSpell()