Code:
Problem description: when i use the rename verb in-game it just puts the new name on top of the old name and it doesn't replace the old name on the map. is there a code to replace the old name with the new one on the map?
ID:985391
Sep 22 2012, 12:14 pm (Edited on Sep 22 2012, 1:14 pm)
(See the best response by Neo Rapes Everything.)
|
|
Sep 22 2012, 12:56 pm
|
|
You must create the name again, what are you using to display names on map?
|
Then just recall M.AddGuildName(newname) :P
If it doesnt help, yoiu have to manually remove the old name and then recall. But from what I've seen you just need the first thing. |
In response to Neo Rapes Everything
|
|
Neo Rapes Everything wrote:
Then just recall src.AddGuildName(newname) :P i'll try that thanks |
In response to Neo Rapes Everything
|
|
Neo Rapes Everything wrote:
Then just recall M.AddGuildName(newname) :P can i get a code? |
In response to Neo Rapes Everything
|
|
Neo Rapes Everything wrote:
Then just recall M.AddGuildName(newname) :P sorry i gave wrong code its
no code for you!
|
Rename(mob/M in world) That would be your final code, just a line more. |
In response to Neo Rapes Everything
|
|
Neo Rapes Everything wrote:
> Rename(mob/M in world) thanks i'll just put addname not add guild name |