IT WOOOOOOOOORKS

- Fixed pAI master interface.
- Removed debug code and redundant and unused proc.
This commit is contained in:
DZD
2014-12-06 16:19:47 -05:00
parent 0c75432620
commit b951d5a8f8
3 changed files with 6 additions and 27 deletions
+3 -3
View File
@@ -152,7 +152,7 @@
winset(user, windowid, "on-close=\".windowclose [param]\"")
world << "OnClose [user]: [windowid] : ["on-close=\".windowclose [param]\""]"
//world << "OnClose [user]: [windowid] : ["on-close=\".windowclose [param]\""]"
// the on-close client verb
@@ -164,7 +164,7 @@
set hidden = 1 // hide this verb from the user's panel
set name = ".windowclose" // no autocomplete on cmd line
world << "windowclose: [atomref]"
//world << "windowclose: [atomref]"
if(atomref!="null") // if passed a real atomref
var/hsrc = locate(atomref) // find the reffed atom
if(hsrc)
@@ -176,6 +176,6 @@
// no atomref specified (or not found)
// so just reset the user mob's machine var
if(src && src.mob)
world << "[src] was [src.mob.machine], setting to null"
//world << "[src] was [src.mob.machine], setting to null"
src.mob.unset_machine()
return