QueenElsa commented on a Page, Fetch command Help  -  Apr 06, 2018

Hopefully I'm not too late for this - but here you go

on 1:TEXT:!fetch*:#The-Dungeon:{
if (!$2) { notice $nick You need to tell me what to fetch! | halt }
if ($2 ison $chan) { notice $nick I cannot fetch a person from the TARDIS. | halt }
/describe #The-Dungeon goes into the TARDIS and gets the $2- that $nick requested and brings the $2- back to $nick
}

on 1:TEXT:!return*:#The-Dungeon:{
if (!$2) { notice $nick You need to tell me what to return! | halt }
if ($2 ison $chan) { notice $nick I cannot return a person to the TARDIS. | halt }
/describe #The-Dungeon goes to $nick and takes the $2- back into the TARDIS
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.