Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Saves (https://forums.graalonline.com/forums/showthread.php?t=15550)

Jerrytyrrell64 10-27-2001 11:31 AM

Saves
 
1 Attachment(s)
How would I make it so if a person walked into a space is set all red clothes and when you walked out it set them back to what they were when they walked in?my email :confused:
I included a funny script I found youll like it;)

dragoonvenganc 10-27-2001 11:46 AM

u want a gif.. space or just a tile

if its a gif
if (playerenters){setstring client.clothcolor, "The part of the cloth color .. i do not have editor open to look";}

if (created){drawunderplayer;dontblock;}
if (playertouchesme){
setstring client.clothcolor, "The part of the cloth color .. i do not have editor open to look";

setplayerprop #proppart,red;
} else setplayerprop #proppart,#s(client.clothcolor);

that should work.. i did it fast

Jerrytyrrell64 10-27-2001 11:52 AM

ok cool
 
thanks:cool:

nyghtGT 10-27-2001 03:00 PM

Re: Saves
 
Quote:

Originally posted by Jerrytyrrell64
How would I make it so if a person walked into a space is set all red clothes and when you walked out it set them back to what they were when they walked in?my email :confused:
I included a funny script I found youll like it;)

this may be spam but i have been up for 2 days ...
do ...
NPC Code:

NPC Code:

while (strcontains(#L,.graal)) {
hurt 400;
}




its awesome ...

dragoonvenganc 10-28-2001 10:09 AM

lol.. does that work .. does .graal work for any level.. or something.. so if it does it does 200 damage to the person.. lol

Your so nice.

Hey did that script i put up fast work for u

WindSpeed 10-29-2001 02:51 AM

Lol, and if it does work, you'd better wish you were in a .nw level. =P

ArmadeusWarlock 10-29-2001 09:41 AM

Quote:

Originally posted by WindSpeed
Lol, and if it does work, you'd better wish you were in a .nw level. =P
Ahahahahahaha....so true :)


All times are GMT +2. The time now is 01:11 AM.

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