RE: Problem- Please help
Don't have to delete.
The script will be actived when Messenger starts, and it will automatically deactive when Messenger Exits which is shown by function OnEvent_Initialize(MessengerStart)
{
}
and
function OnEvent_Uninitialize(MessengerExit)
{
}
Respectively.
|