View Single Post
  #1  
Old 06-03-2004, 09:52 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Shorter ways of scripting?

Well.. Say I wanted to make a few movies like the ones Shaded Legends had, is there a way to make the script short instead of writing loads..
Like
NPC Code:

//#CLIENTSIDE
if(created){
dir = 3;
setcharani walk,;
move 10,0,3,0;
sleep 3;

dir = 2;
move 0,10,3,0;
sleep 3;

dir = 3;
move 10,0,3,0;
sleep 3;
}


Over and over again.. So I was wondering if it could be made shorter..? or be shortend..
Any suggestions might help
__________________
V$:CONFL16T
Reply With Quote