Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > NPC Server
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 07-07-2001, 12:32 PM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
setgifpart

for the command setgifpart do I need to have it under //#CLIENTSIDE?
__________________
  #2  
Old 07-08-2001, 04:11 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
Yes.
__________________
Eric Kraft
  #3  
Old 07-08-2001, 04:19 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by Er1c
Yes.
Just wondering if you know, this but could I do for example:
NPC Code:
if (playerenters) {
SetGifPart();
extra commands;
}
Extra script;
//#CLIENTSIDE
function SetGifPart() setgifpart head0.gif,0,64,32,32;


Without any problems on a NPC Server?
__________________

  #4  
Old 07-08-2001, 04:33 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
no, the scripts on serverside run independently from the clientside scripts...
  #5  
Old 07-08-2001, 04:42 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
What he said

The client side script is like a completely different NPC in a way... nothing is shared between them (in most cases).
__________________
Eric Kraft
  #6  
Old 07-08-2001, 05:51 AM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
-Posted by Jadis

Soo.. I do not need //#CLIENTSIDE ?
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:50 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.