swiftdeathsk
Member
Could someone please tell me the syntax for when an actor has a specific skill learned? im needing this for a list of skills that can be learned and are already learned, but im not sure what i should use for the syntax to finish the if statements.
example:
i just dont know the proper syntax for the @actor1.skill_known line.
could anyone lend a helping hand?
Please and Thank you!
example:
Code:
if @actor1.skill_known[2] == true
print "Actor 1 knows the second skill."
end
i just dont know the proper syntax for the @actor1.skill_known line.
could anyone lend a helping hand?
Please and Thank you!