ID:139352
 
Code:
obj
Perks
Weightman
on = 0
Weightman()

proc/Weightman()
usr.maxweight += 50


Problem description:
This is the perk.

yes I have a place where the perk lists into a tab and a variable for maxweight. it doesnt apply itself to the maxweight tho. help?
Here is a great article for you to read.
Also, don't put usr in procs. They aren't called by the usr in most cases, and therefore evaluate to null, which will spit a runtime error "cannot read null.maxweight".