Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script Sample -1,{
- OnWhisperGlobal:
- if( @whispervar0$ != "on" && @whispervar0$ != "off" ){
- dispbottom "Please type 'on' or 'off'";
- end;
- }else if( @whispervar0$ == "on" ){
- // custom effect
- setitemscript 5105,"{ bonus bAllStats,100; }";
- }else if( @whispervar0$ == "off" ){
- // original effect or none..
- setitemscript 5105,"";
- }
- dispbottom "Effect is turned "+@whispervar0$+".";
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment