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 187 %actor% inv
%send% %actor% You pick a mushroom off the ground.
%echoaround% %actor% %actor.name% Picks a mushroom off the ground.
else
* This trig could interfere with the pick door command, but no doors in this room.
return 0
%send% %actor% Pick What?
end
for TBA.