View Single Post
  #7  
Old 06-16-2009, 07:12 PM
Cubes Cubes is offline
Registered User
Cubes's Avatar
Join Date: Dec 2005
Location: Chesapeake, Virginia
Posts: 498
Cubes is a jewel in the roughCubes is a jewel in the rough
So I should do it like this?
PHP Code:
triggerserver("gui""-loltest""flip", {1,2,3}); 
or like this

PHP Code:
temp.= {1,2,3}
triggerserver("gui""-loltest""flip"temp.i); 
Reply With Quote