Posted by CogKing on February 01, 1998 at 15:51:28:
In Reply to: Switches... posted by Master Milo on February 01, 1998 at 10:57:19:
> i don't know how,
> but how does one put a switch on a console/item?
> instead of putting the sector and surface on the 'button' space
> can u put the number of the item?
Instead of :
surface mySwitch
use something like :
thing myConsole
and in the activated: event handler do what you wanna do.
Do not try to use things like SetWallCel() etc. :-)
-CogKing