Spellscript blocks

From Hack/Mine Wiki
(Difference between revisions)
Jump to: navigation, search
(PzatRz Enjoyed every bit of your article.Really looking forward to read more. Fantastic.)
(Reverted destructive edits)
 
Line 1: Line 1:
PzatRz Enjoyed every bit of your article.Really looking forward to read more. Fantastic.
+
'''Spellscript blocks''' are essentially command blocks that can run [[Spellscript]] scripts. They may be placed from the Creative inventory and edited by Ops via right-clicking, which will display the [[Spellscript IDE]].
 +
 
 +
==Activation==
 +
Spellscript blocks may be activated (i.e., have their scripts executed) in several ways, as listed in the table below.  The method by which the block is activated is passed to the script as ''int eventType''.
 +
{|class="wikitable"
 +
|-
 +
! Method || ''eventType''
 +
|-
 +
| Un-powered by redstone
 +
| 0
 +
|-
 +
| Powered by redstone
 +
| 1
 +
|-
 +
| Left-clicked by player
 +
| 2
 +
|}
 +
 
 +
In the case of left-clicking, the variable ''Living activator'' will be set to the player; otherwise, it will be ''None''. Additionally, the block's location will be passed in as ''Block block''.

Latest revision as of 14:58, 5 February 2015

Spellscript blocks are essentially command blocks that can run Spellscript scripts. They may be placed from the Creative inventory and edited by Ops via right-clicking, which will display the Spellscript IDE.

[edit] Activation

Spellscript blocks may be activated (i.e., have their scripts executed) in several ways, as listed in the table below. The method by which the block is activated is passed to the script as int eventType.

Method eventType
Un-powered by redstone 0
Powered by redstone 1
Left-clicked by player 2

In the case of left-clicking, the variable Living activator will be set to the player; otherwise, it will be None. Additionally, the block's location will be passed in as Block block.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox