class Stance
Constants
- ADVANCE
- DEFENSIVE
- ENUM
- FORWARD
- GUARDED
- NEUTRAL
- OFFENSIVE
Public Class Methods
change(stance)
click to toggle source
# File lib/Olib/character/stance.rb, line 11 def self.change(stance) waitcastrt? waitrt? fput "stance #{stance}" unless checkstance == stance sleep 0.1 self end