Mute(mob/M as mob in world)
set category = "Admin"
world << "<font color=silver><font size=1><B>[src] has muted [M]..."
Problem description: Itsays I cant have proc definition inside the proc. WTF!
ID:142948
Jan 27 2008, 2:48 am
|
|
Code:
Mute(mob/M as mob in world) Problem description: Itsays I cant have proc definition inside the proc. WTF! |
Anyhow, something in your indentation is off making the game believe you're defining a proc inside a proc.