Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
perform linkage[wprofic].pulltags[Profic.?]
Linkage pick 'wprofic' not located for current context
Location: 'eval' script for Component 'WeaponBase' (Eval Script '#2') near line 12
if (islinkage[wprofic] = 0) then
field[wpSpeed].value += 44
endif
if (islinkage[wprofic] <> 0) then
field[wpSpeed].value += 44
endif
<link linkage="wprofic" thing="prSwords"/>
Attempt to access field 'grIsEquip' that does not exist for thing 'prKnives'
- - -
Attempt to access field 'grIsEquip' that does not exist for thing 'prSpears'
- - -
Attempt to access field 'grIsEquip' that does not exist for thing 'prSwords'
- - -
Attempt to access field 'grIsEquip' that does not exist for thing 'prKnives'
- - -
Attempt to access field 'grIsEquip' that does not exist for thing 'prSpears'
- - -
Attempt to access field 'grIsEquip' that does not exist for thing 'prSwords'
if (container.ishero <> 1) then
@value = linkage[wprofic].field[prRoll].value
else
@value = -2
endif
if (tagis[Armory.Melee] = 1) then
@value = linkage[wprofic].field[prRoll].value
else
@value = -2
endif
Linkage pick 'wprofic' not located for current context
Location: 'field calculate' script for Field 'wpProfic' near line 7
if (this.ispick = 1) then
if (linkage[wprofic].valid = 1) then
@value = linkage[wprofic].field[prRoll].value
else
@value = -2
endif
endif