Quote:
Originally posted by Roxie
a user has told me that even when they have negative dollars (from trying to steal and getting caught) they can still steal. To steal they need 5 dollars
|
You can change rules for robber.
Just change
PHP Code:
if ($bbuserinfo[posts]<100) {
eval("standarderror(\"".gettemplate('store_steal_cannot')."\");");
}
To
PHP Code:
if ($bbuserinfo[posts]<100 AND $bbuserinfo[storep]>5) {
eval("standarderror(\"".gettemplate('store_steal_cannot')."\");");
}
In this case robber need to have 100 posts and $5.