Meister Posted May 8, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted May 8, 2013 Requesting a script that will automatically reward player if it reaches maximum level.. Character variable. Thanks! Quote Link to comment Share on other sites More sharing options...
Euphy Posted May 8, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted May 8, 2013 OnPCBaseLvUpEvent: if (BaseLevel == YOUR_MAX_LEVEL && !YOUR_VARIABLE) { set YOUR_VARIABLE,1; do this; } end; Quote Link to comment Share on other sites More sharing options...
Question
Meister
Requesting a script that will automatically reward player if it reaches maximum level.. Character variable. Thanks!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.