Removes my changes from topic.dm and add a cancel to teleporter console.

This commit is contained in:
Lzimann
2016-10-10 14:04:16 -03:00
parent 5b61b66c65
commit 44e5e53f82
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -476,13 +476,13 @@
return
minutes = CMinutes + mins
duration = GetExp(minutes)
reason = input(usr,"Please State Reason.","Reason",reason2) as null|message
reason = input(usr,"Please State Reason.","Reason",reason2) as message
if(!reason)
return
if("No")
temp = 0
duration = "Perma"
reason = input(usr,"Please State Reason.","Reason",reason2) as null|message
reason = input(usr,"Please State Reason.","Reason",reason2) as message
if(!reason)
return