1: how do i make it where you can see how long you've played so far?
2: how do i make it where a /mob/monsters can randomly move on their own?
3: how do i make the chatbox's background black?
ID:272133
![]() Apr 7 2008, 9:29 pm
|
|
1.
client 2. See <code>walk_rand()</code>. 3. Change its color in the skin file. If you don't have one you can write HTML code that makes the background blakc in <code>client.script</code>. |
After this you can use time2text() to convert the played time into something like days or seconds or hours.
You might also want to recored connection time and calculate played time at the mob Login() or Logout() procs, I personally don't use those much.
- Fint