TextRPG: my combat system its very buggy because if i move to a location its must be encounter
Well what i see is a combatoptions after i went to a new location but when i want to engage the enemy attack i can't have the input while it wrote in my code
11 Replies
Here is my code
So the issue is, when you travel to a location, you don't get an encounter?
i get an encounter but i can't do command it goes straight into choosing next location
Which class is getting the encounter handled in?
Combat.cs and Mapping.cs
can you put your code onto a paste site so I don't have to download the code to view it?
mappig has the ref and i intiailize it in program.cs in the RunGame() method
$paste
If your code is too long, you can post to https://paste.mod.gg/ and copy the link into chat for others to see your shared code!
BlazeBin - dhtqqppovpoc
A tool for sharing your source code with the world!
and the combat and mapping classes?