portal
icon_state = "portal"
Entered()
usr.loc=locate(src.X,src.Y,src.Z)
var
X
Y
Z
portal1
X = 53
Y = 59
Z = 4
portal2
X = 35
Y = 63
Z = 1
portal3
X = 24
Y = 63
Z = 1
portal4
X = 23
Y = 1
Z = 3
portal5
X = 10
Y = 4
Z = 5
usr << "HAHA you are now inside the arena!!! anyone can attack you but there are secrets in this place"
usr.attackable = 3
portal6
X = 34
Y = 6
Z = 1
Problem description:
while I'm trying to make it so if you enter portal5 you get the message "haha you entered the arena... etc." but i get there errors...
turf1\God's Meeting.dm:73:error:usr:duplicate definition
turf1\God's Meeting.dm:73:error:"HAHA you are now inside the arena!!! anyone can attack you but there are secrets in this place":duplicate definition
turf1\God's Meeting.dm:73:error:<< :instruction not allowed here
turf1\God's Meeting.dm:74:error:usr.attackable:undefined var