Code:
Name: 'Picking Mushrooms', VNum: [ 162], RNum: [ 162]
Trigger Intended Assignment: Rooms
Trigger Type: Command , Numeric Arg: 100, Arg list: pi
Commands:
* By Rumble of The Builder Academy tbamud.com 9091
* Make sure the command matches MUD command pick, check for any abbrev of mushrooms.
if %cmd.mudcommand% == pick && mushrooms /= %arg%
%load% obj 1300 %actor% inv
%send% %actor% You pick a mushroom off the floor.
%echoaround% %actor% %actor.name% Picks a mushroom off the floor.
else
* return 0, otherwise players would not be able to pick locks in the same room.
return 0
%send% %actor% Pick What?
end
for TBA.