|
@@ -34,7 +34,7 @@ if $ARGS[0] ! 'precum':
|
|
if $boy ! $ARGS[1] and $ARGS[1] ! '': $boy = $ARGS[1]
|
|
if $boy ! $ARGS[1] and $ARGS[1] ! '': $boy = $ARGS[1]
|
|
|
|
|
|
!!This check if the name passed is not in the new MGX format
|
|
!!This check if the name passed is not in the new MGX format
|
|
- if $ARGS[1] = '' or (isnum(mid($ARGS[1],2,1)) and val(mid($ARGS[1],2,1) > 10)):
|
|
|
|
|
|
+ if $ARGS[1] = '' or (isnum(mid($ARGS[1],2,1)) and val(mid($ARGS[1],2,1)) > 10):
|
|
if ARGS[2] = 0 or ARGS[2] = 2:
|
|
if ARGS[2] = 0 or ARGS[2] = 2:
|
|
gs 'npcgeneratec', 0, $ARGS[1], rand(18,60)
|
|
gs 'npcgeneratec', 0, $ARGS[1], rand(18,60)
|
|
gs 'boyStat', $npclastgenerated
|
|
gs 'boyStat', $npclastgenerated
|