How can I resolve grammar errors?
I am trying to make a fake light source using Sharpsk and LightAPI.
A similar problem had happened in the past though it should be written properly.
Skript is running latest with 1.11.2.
https://forums.skunity.com/resources/sharpsk.72/update?update=364
my code
I get the same error on spawn of mythicmobs
thanks.
I am trying to make a fake light source using Sharpsk and LightAPI.
A similar problem had happened in the past though it should be written properly.
Skript is running latest with 1.11.2.
code_language.skript:
[(sharpsk|lightapi)] (create|make) [a] [fake] light [source] at [the] %location% [with] [light[ ]level] %integer% [using] [async] %boolean%
[sharpsk] spawn [a] mythicmob %string% at [the] %location% with level %integer%
my code
code_language.skript:
command /fakelight:
trigger:
sharpsk create a fake light source at target block with light level 15 using async true
command /mmspawn:
trigger:
sharpsk spawn a mythicmob turret at the target block with level 0
code_language.skript:
Can't understand this condition/effect: sharpsk create a fake light source at target block with light level 15 using async true (lightsource.sk, line 3: sharpsk create a fake light source at target block with light level 15 using async true')
thanks.
Last edited: