ID:269057
Feb 8 2005, 12:17 pm
|
|
How do I make the normal say verb, except, have it where if there are certain things inside the string, Then I can be able to replace them with something else?
|
Feb 8 2005, 12:58 pm
|
|
http://developer.byond.com/hub/Kajika/TextFilterDemo
|
A little while ago, Gazoot posted a proc that did just that!
proc Using this proc, if you wanted to say, parse for forum id numbers, you could create a proc like this: proc We would use idparse() like so: mob/verb/Say(T as text) |