<Var/Race> = A race or a variable containing it.
This command removes the police licence for the as <Var/Race> selected race from the player inventory.
Example:
$size= size of array $races.arr
while $size
|dec $size=
|$race=$races.arr[$size]
|if player has police license for race $race
||player loses police licence for race $race
|end
end
return null
Assuming the array $races.arr contains races, this will remove the police licences for that races from the player inventory.
Related Commands:
<RetVar/IF> player has police licence for race <Var/Race>
Command Location:
- »» Universe and Sector Commands
player loses police licence for race <Var/Race>