Thread: SImple Problem
View Single Post
  #1  
Old 03-08-2007, 05:50 AM
MrAnonymous_P2P MrAnonymous_P2P is offline
Retired Oldbie
MrAnonymous_P2P's Avatar
Join Date: Oct 2006
Location: Cambodia
Posts: 722
MrAnonymous_P2P is an unknown quantity at this point
SImple Problem

Hey its me again, Try my hand on scripting Im getting the basics down but for some reason I am having trouble with this simple flag. Here is the first script:

PHP Code:
showcharacter;
  
setcharprop #3,head0.png;
  
setcharprop #C0,orange;
  
setcharprop #C1,white;
  
setcharprop #C2,blue;
  
setcharprop #C3,red;
  
setcharprop #C4,black;
  
setcharprop #2,shield1.gif;
  
shieldpower 1;
  
dir 2;
}
if (
playertouchsme) {move 26.5,-4,10,0;


freezeplayer 10;

sleep 10;

save[1]=true;

Then I have a door script:

PHP Code:
if (save[1]=true) {hide;} 
For some reason the door will not disapear though. Please help

Last edited by MrAnonymous_P2P; 03-08-2007 at 05:51 AM.. Reason: Forgot Problem
Reply With Quote