now im my const i have EnemyColor1 amd EnemyColor2 now idont know what to use t cast the spell on the enemySCAR Code:Procedure AttackingSpells;
Begin
case Players[CurrentPlayer].Skill of
'wind strike' : Cast('Wind Strike');
'wind bolt' : Cast('Wind Bolt');
'wind blast' : Cast('Wind Blast');
'water strike': Cast('Water Strike');
'water bolt' : Cast('Water Bolt');
'water blast' : Cast('Water Blast');
'earth strike': Cast('Earth Strike');
'earth bolt' : Cast('Earth Bolt');
'earth blast' : Cast('Earth Blast');
'fire strike' : Cast('Fire Strike');
'fire bolt' : Cast('Fire Bolt');
'fire blast' : Cast('Fire Blast');
End;
End;





Reply With Quote


it needs an exit somewhere
