ABVXYzackattack Posted April 12, 2012 Posted April 12, 2012 This thing seems soooo easy, but this stupid Papyrus won't let it work!!! Here is what I have: Scriptname ZCabbageEffectScript extends ActiveMagicEffect EVENT OnEffectStart (Actor akTarget) aktarget.placeatme("Foodcabbage", 25) ENDEVENT This script will simply be magic effect that once you hit someone with an arrow, this enchantment will spawn cabbage around them...but it won't work! What can I do to fix this!?!?
DangerManzo Posted April 12, 2012 Posted April 12, 2012 Does the script compile? If not it might help to give the failure message that papyrus gives.
tunaisafish Posted April 12, 2012 Posted April 12, 2012 You can't use EditorID's in Papyrus as you could with previous games. You'll need to use a Property. Cipscis explains here.
Recommended Posts