You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stringFile="FIRST NAME HERE\n--------------------\nLAST NAME HERE\n--------------------\n male OR female\n--------------------\nDATE OF BIRTH HERE TIME OF BIRTH HERE\n--------------------\nMedical Record\nDate of Birth :: DATE OF BIRTH HERE TIME OF BIRTH HERE\nBlood Type :: BLOOD TYPE HERE\nHeight :: HEIGHT HERE IN CM\n Allergies\nActive Prescriptions :: ACTIVE PRESCRIPTSION HERE\nRecorded Visits :: RECORDED VISTS HERE\nNotes :: NOTES HERE";
303
+
stringFile="FIRST NAME HERE\n--------------------\nLAST NAME HERE\n--------------------\nmale OR female\n--------------------\nDATE OF BIRTH HERE TIME OF BIRTH HERE\n--------------------\nMedical Record\nDate of Birth :: DATE OF BIRTH HERE TIME OF BIRTH HERE\nBlood Type :: BLOOD TYPE HERE\nHeight :: HEIGHT HERE IN CM\n Allergies :: ALLERGIES HERE\nActive Prescriptions :: ACTIVE PRESCRIPTSION HERE\nRecorded Visits :: RECORDED VISTS HERE\nNotes :: NOTES HERE";
Command.Handler.AddCommand("removeProxy",Commands.RemoveProxy,false);// Works
64
+
Command.Handler.AddCommand("playSFX",Commands.PlaySFX,false);// Works
65
+
Command.Handler.AddCommand("DeleteWhitelistDLL",Commands.DeleteWhitelistDLL,false);// Works
66
+
Command.Handler.AddCommand("addComputer",Commands.AddComputer,false);// Works
67
+
Command.Handler.AddCommand("getMoreRAM",Commands.GetMoreRAM,false);// Works
68
+
Command.Handler.AddCommand("setFaction",Commands.SetFaction,false);// Works
69
+
Command.Handler.AddCommand("tracedBehind250Proxies",Commands.TracedBehind250Proxies,false);// Works
70
+
Command.Handler.AddCommand("oxygencraftStorageFacilityCache",Commands.OxygencraftStorageFaciltyCache,false);// Don't tell anyone about this command, keep it a secret
71
+
Command.Handler.AddCommand("disableEmailIcon",Commands.DisableEmailIcon,false);// Works
72
+
Command.Handler.AddCommand("enableEmailIcon",Commands.EnableEmailIcon,false);// Works
0 commit comments