I know I am going to kick myself for suggesting this but because I believe in consistency I will anyway.
Maybe not for POL 97 but in some future release I believe that the position of the
realm parameter within the "upgraded" function calls should be placed in a more logical location.
I will give the example below to show what I mean.
CreateItemAtLocation( x, y, z, objtype, amount := 1, realm := _DEFAULT_REALM )
To be logical should be defined as
CreateItemAtLocation( x, y, z, realm := _DEFAULT_REALM, objtype, amount := 1 ) as it is in the MoveObjectToLocation function.
I understand why it is the way it is but it's more logical ro have it positioned with the XYZ coords.
Yeah, I know I am the one always griping about change but this is one of those times when logic outweighs my complaints. Besides I keep having to remember to put the realm info at the end of those function calls.
