Ace
Well-Known Member
- Joined
- Jul 7, 2012
- Messages
- 420
- Reaction score
- 0
Well, in this tutorial I will be telling you how to add retail levels.
First, we need to define what we want the error to be, for example:
Remember the "ERROR".
Now we need to decide what menus we want open to whom:
Now we need to put it all together:
If you don't understand it. Try and learn more about patch coding and then come back.
Don't even see why I am making this post, no one will use it .
First, we need to define what we want the error to be, for example:
Code:
self addInfDvar( "ERROR", "^1Requires-Higher-Permission" );
Remember the "ERROR".
Now we need to decide what menus we want open to whom:
Code:
self addInfDvar( "DEFINED", "INFECTON-LEVEL:^5RANK1;set MENU NAME vstr ERROR;set MENU NAME vstr ERROR" );
self addInfDvar( "DEFINED1", "INFECTON-LEVEL:^1RANK2;set MENU NAME vstr ERROR" );
Now we need to put it all together:
Code:
self addInfDvar( "STAFF", "set scr_do_notify ^1STAFF ^2INFECTION ^3STARTING;wait 500;setfromdvar temp inflevel;wait 100;vstr exit;set inflevel vstr DEFINIED1;vstr startshit;wait 50;setfromdvar inflevel temp;wait 50;setfromdvar inflevel temp" );
If you don't understand it. Try and learn more about patch coding and then come back.
Don't even see why I am making this post, no one will use it .