TheBlob2 Posted January 22, 2015 Share Posted January 22, 2015 (edited) tell me what you think of this script, and if you can help me fill the missing parts or tell me what I got wrong, that would be much appreciated begin gamemodeset weapon to getbaseobjectset user to getcontainer end begin oncombatstartif user=\=player (how do i add a condition that detects that 'user' is NOT the player?)unequipme endif begin onequip user weaponuser.modav agility -10 (how do i make it not decrease below 0?)unquipmeequipme (how do i make this script work without making it repeat itself in a constant loop?)user.modav agility 10 endif end Edited January 23, 2015 by TheBlob2 Link to comment Share on other sites More sharing options...
Recommended Posts