A function added by MWSE.
xSetRef provides a way of calling object functions where the syntax does not allow it, e.g. "set myalchemyskill to myobject->GetAlchemy" does not work because the original set statement does not allow the use of variables as objects.
SyntaxEdit
xSetRef reference (long)
ExampleEdit
long myobject long myalchemyskill xSetRef myobject set myalchemyskill to GetAlchemy