Re: Tokens

DerrickRe@AOL.COM
Thu, 13 Mar 1997 20:06:37 -0500 (EST)

Well I figured out how to display a token.

GeodeToken t = {"test". 5};
@send yourObject::MSG_GEN_REPLACE_VIS_MONIKER(VUM_NOW, 0, 0, 0, VMDT_TOKEN,
0, (dword)&t);

This will set the VisMoniker of yourObject to the list of all screen types
available for a token.

yourObject can be a GenGlypn, GenTrigger or (I believe) any other object your
want the token to replace the visMoniker.