Moderator
M
Moderator
12.12
IcemanBo: For long time as NeedsFix. Rejected.
Bribe:
Integer[1] should be a normal integer variable. The indexing got over-complicated somewhere.
(Owner of Caster[Integer[1]]) could be simplified as (Triggering player)
To add to what has already been said your point variables need to be heavily consolidated. I do count 7 location array variables which is totally overcomplicated.
Integer[2] yeah move this to a normal variable, avoid arrays when you don't need them.
Your variable names are also bad and should be prefixed so that your spell is more easily importable.
Needs some more work.
IcemanBo: For long time as NeedsFix. Rejected.
Bribe:
Integer[1] should be a normal integer variable. The indexing got over-complicated somewhere.
(Owner of Caster[Integer[1]]) could be simplified as (Triggering player)
To add to what has already been said your point variables need to be heavily consolidated. I do count 7 location array variables which is totally overcomplicated.
Integer[2] yeah move this to a normal variable, avoid arrays when you don't need them.
Your variable names are also bad and should be prefixed so that your spell is more easily importable.
Needs some more work.