Quick question, would module scripts be a good idea for a pvp game? Similar to tsb where you click 1-2-3-4 to use a move, my idea is on client side, check if 1-4 is hit. And send a msg to the server, which would check a char folder, default move folder, then find a module scripts with names such as "One" "Four" ect, and run the move script and cd in that, thought it would be wise to ask before I get into scripting the system
#Would module scripts be good for this?
6 messages · Page 1 of 1 (latest)
hm
i think yea
but like make a different folder for each character
so you can use for loops to get them easily
Thanks for letting me know! I planned to have a different folder for each character to make this easier aswell