ID:150066
 
Deadron's Character Handling and Spuzzum's S_Admin v2 are in my game. For some reason, when i use the S_admin, saved games will not load. The players can see the text window, but their window stays black. Anyone know why?
Airson wrote:
Deadron's Character Handling and Spuzzum's S_Admin v2 are in my game. For some reason, when i use the S_admin, saved games will not load. The players can see the text window, but their window stays black. Anyone know why?

s_admin doesn't change any saving stuff, but it does override Login(). If you had custom code in Login() and neglected to duplicate s_admin's Login() procedure, then there would likely be problems.