
Je n'ai pas vu d'action permettant d'identifier l'arme à la main pour pouvoir ensuite la déposer au sol.
Action possible?
Spell Effect: Drop Weapons in Panic [264]
Applies the drop weapons effect to the targetted creature(s), in the style specified by the 'Type' field.
This effect causes the targetted creature(s) to drop a piece of equipment.
It won't affect items marked as 'critical'
Known values for 'Type' are:
0 Drop random equipment
1 Drop only weapons (won't drop the left-hand weapon).
113 ForceSpell(O:Target,I:Spell*Spell)
113 ForceSpellRES(S:RES*, O:Target)
113 ForceSpellRES(S:RES*, O:Target,I:CastingLevel)
This action causes the active creature to cast the specified spell at the target object. The spell need not currently be memorised by the caster, and will not be interrupted while being cast. The caster must meet the level requirements of the spell. For the RES version of the action, the spell name can not consist of only numbers, should be written in upper case and should be no more than 7 characters long. This action may not be reliable. The example script is from suelfw9.bcs.
Code : Tout sélectionner
IF Global("Scene2","AR2800",2) See([ENEMY]) Global("Fight","LOCALS",2) THEN RESPONSE #100 IncrementGlobal("Fight","LOCALS",1) ForceSpell([ENEMY],WIZARD_POWER_WORD_SLEEP) END
Utilisateurs parcourant ce forum : Aucun utilisateur enregistré et 2 invités