kylemcshea / homestead-vorp

Dream-VORP is a community-driven project enhancing the original VORP Core software. We focus on performance optimizations, code readability, and bug fixes. Our aim is to build upon VORP Core's foundation while acknowledging their invaluable work. Join us in refining this software!
GNU General Public License v3.0
3 stars 0 forks source link

enhance(vorp_character): user is now prompted to give first name / la… #35

Closed kylemcshea closed 1 year ago

kylemcshea commented 1 year ago

…st name individually

Shehabginem commented 1 year ago

the only thing is the first and last name inputs have limitations that only allow for 1 to 10 alphabetical characters. However, some people might have names that are longer than 10 characters or contain non-alphabetic characters.so like if someone tries to enters a name, it may not be accepted by the system and cause problems. Also not sure why the MyInput Object is commented out and the trigger event for vorpinputs:advancedInput with json.encode(MyInput)

kylemcshea commented 1 year ago

@Shehabginem can you take a look now and lmk?