UOX3 Script Engine

API and Event handling

Account Methods

 

AddAccount
Prototype
void AddAccount( username, password, email, flags )
PurposeAdd a new account using the specified details
Example of Usage
AddAccount( username, password, email, flags ); /???

 

DelAccount
Prototype
void DelAccount( username );
void DelAccount( accountID );
PurposePERMANENTLY remove a specified account
Example of Usage
DelAccount( username );
DelAccount( accountID );
©Copyright 2012 WWW.UOX3.ORG