Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,171,5 script Sample 757,{
- if( .wall ){
- delwall "Sample_Wall";
- npctalk "Wall Deleted.";
- }else{
- setwall "prontera",156,169,10,4,0,"Sample_Wall";
- npctalk "Wall Added.";
- }
- .wall = !.wall;
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment