123456789101112131415161718192021222324 |
- # mod_pregtest_setup
- !input basic mod information here.
- !this location must be the first one
- $mod_info[0] = 'pregtest'
- !0=mod name, saved to $mod_name[i] array
- $mod_info[1] = '10000'
- !1=mod version
- !this will be displayed as version 1.2, fix3.
- !if you input 40500, will be showen as version 4.5
- $mod_info[2] = 'maankamara'
- !2=mod author
- $mod_info[3] = 'Testing out the cycle'
- !3=mod description, input a short brief here.
- $mod_info[4] = 'Options'
- !4=mod options/settings link name.
- --- mod_isample_setup ---------------------------------
|