Quote:
Originally Posted by Schetti
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
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.