WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Object.remove() (https://forum.worldviz.com/showthread.php?t=359)

farshizzo 03-08-2006 10:13 AM

vizact.sequence only accepts actions. RestoreAvatar is not an action, it is a regular python function. To turn it into an action you need to do the following:
Code:

vizact.sequence(vizact.waittime(4),vizact.call(RestoreAvatar))


All times are GMT -7. The time now is 01:22 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC