Dould someone give the code to turn the geo of some specified surfaces to 4, then back to 0. Thankyou.
Daddy, why doesn't this magnet pick up this floppy disk?
This is the static archive of the Massassi Forums. The forums are
closed indefinitely. Thanks for all the memories!
You can also download
Super Old Archived Message Boards
from when Massassi first started.
"View" counts are as of the day the forums were archived, and will no longer increase.
#Jedi Knight Cog Script # # Not really a lightswitch cog, I don't see how... # # [DP] # symbols surface change nolink surface change1 nolink surface change2 nolink surface change3 nolink surface change4 nolink surface switch int i local message activated end # ........................................................................................ code Activated: For(i=0;i<5;i=i+1) SetFaceGeoMode(change, 4-GetFaceGeoMode(change)); Return; end