BGforgeNet / VScode-BGforge-MLS

BGforge MultiLanguage server
https://forums.bgforge.net/viewforum.php?f=35
Other
16 stars 5 forks source link

'#kit-ids' + hidden script actions #28

Closed 4Luke4 closed 4 years ago

4Luke4 commented 4 years ago

The following altered signatures

// These actions cause the active creature to cast the specified spell at the target object, as if the caster were at the level specified by the third parameter.

113 ForceSpellLevelRES(S:RES*,O:Target*,I:CastingLevel)
114 ForceSpellPointLevelRES(S:RES*,P:Target*,I:CastingLevel)
181 ReallyForceSpellLevelRES(S:RES*,O:Target*,I:CastingLevel)
240 ReallyForceSpellDeadLevelRES(S:RES*,O:Target*,I:CastingLevel)
337 ReallyForceSpellPointLevelRES(S:RES*,P:Target*,I:CastingLevel)

aren't listed in ACTIONS.IDS.

However, they perfectly work, so I think they should be added to Syntax Highlighting and Auto-completion.