mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-25 03:23:51 +00:00
Updated Emote Colors (markdown)
parent
6c20a3f329
commit
9934bd4452
@ -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|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user