Version Number:
________________________________________________________________________
Location
________________________________________________________________________
Description:
Code: Select all
Event( "&command" "testvar")
{
$gServerTimeVar1=123
*say $gServerTimeVar1
}
Then do:
Code: Select all
Event( "&command" "testvar2")
{
*say $gServerTimeVar1
}
________________________________________________________________________
Steps to Replicate: