yuhsing

Untitled

Mar 25th, 2013
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2.  
  3. prontera,155,171,5 script Sample 757,{
  4. if( .wall ){
  5. delwall "Sample_Wall";
  6. npctalk "Wall Deleted.";
  7. }else{
  8. setwall "prontera",156,169,10,4,0,"Sample_Wall";
  9. npctalk "Wall Added.";
  10. }
  11. .wall = !.wall;
  12. end;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment