Thread: Attach?
View Single Post
  #2  
Old 01-24-2002, 10:32 AM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
NPC Code:

if (playertouchsme) {
disabledefmovement;
attachplayertoobj 0,npcs[0].id;
for (i=y; i<desiredy; i++) {
y+=whateveramount; }
}
if (y==desiredamount) {
detachplayerl }
}



this is a rough script
[/code]
__________________
Staff on Renegade


email: [email protected]
aim: papivicente
Reply With Quote