ABVXYzackattack Posted April 12, 2012 Share 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!?!? Link to comment Share on other sites More sharing options...
DangerManzo Posted April 12, 2012 Share Posted April 12, 2012 Does the script compile? If not it might help to give the failure message that papyrus gives. Link to comment Share on other sites More sharing options...
tunaisafish Posted April 12, 2012 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts