C
C#11mo ago
Linux

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
No description
11 Replies
frobnicate
frobnicate11mo ago
So the issue is, when you travel to a location, you don't get an encounter?
Linux
LinuxOP11mo ago
i get an encounter but i can't do command it goes straight into choosing next location
frobnicate
frobnicate11mo ago
Which class is getting the encounter handled in?
Linux
LinuxOP11mo ago
Combat.cs and Mapping.cs
frobnicate
frobnicate11mo ago
can you put your code onto a paste site so I don't have to download the code to view it?
Linux
LinuxOP11mo ago
mappig has the ref and i intiailize it in program.cs in the RunGame() method
frobnicate
frobnicate11mo ago
$paste
MODiX
MODiX11mo ago
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!
Linux
LinuxOP11mo ago
BlazeBin - dhtqqppovpoc
A tool for sharing your source code with the world!
frobnicate
frobnicate11mo ago
and the combat and mapping classes?

Did you find this page helpful?