mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 15:37:16 +00:00
Updated Emote Colors (markdown)
+14
@@ -8,6 +8,20 @@ Example(s)
|
||||
(Also applicable to quest API calls)
|
||||
```
|
||||
|
||||
### Visual Reference
|
||||
|
||||

|
||||
|
||||
```perl
|
||||
if ($text=~/colors/i) {
|
||||
for ($i = 0; $i < 100; $i++) {
|
||||
$client->Message($i, "Emote Color ID (" . $i . ")");
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### Table Reference
|
||||
|
||||
|ID|Color|
|
||||
|--- |--- |
|
||||
|0|white|
|
||||
|
||||
Reference in New Issue
Block a user