View Single Post
  #5  
Old 01-24-2009, 05:23 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by Schetti View Post
where I mixed GS1 and 2?
player.guild "Blue Team" NO
This is how it would work attached to an NPC.

PHP Code:
// NPC made by Felix Lionheart
if (created) {
  
showcharacter;
  
setcharprop #3,khead12.png;
  
setcharprop #n,Dude;
  
setcharprop #8,kmabody106.png;
  
setcharprop #P4,bshield23.png;
  
setcharprop #P(1),khairs33.png;
  
setcharprop #P(3),bsword28.png;
  
setcharprop #P(5),klegs33.png;
  
setcharprop #P(6),kmarms117.png;
  
setcharprop #P7,gk_cloak7.gif;
  
dir 2;
  
setcharani human2_sword_idle,;
  
ap 100;

function 
onPlayerTouchsMe() {
  
player.guild "Blue Team";
 }

Quote:
Originally Posted by Schetti View Post
thats all I got... I never got teached by someone how to write those LOOONG scripts
I actually didnt get teached by anyone
I myself didn't get taught scripting by anyone. I researched the graal bible and other scripts to find the functions ect.

Last edited by cyan3; 01-24-2009 at 05:37 PM..
Reply With Quote