Login
User Name:

Password:



Register

Forgot your password?
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
Users Online
DotBot, AhrefsBot, Bing

Members: 0
Guests: 42
Stats
Files
Topics
Posts
Members
Newest Member
489
3,792
19,646
597
Aileenutz

Today's Birthdays
There are no member birthdays today.
Files
Upload Rules | File Index | Search | Recent Uploads
» Root » SmaugFUSS » Smaug Snippets
MobProg Variable Extensions
Author Submitted by Version D/L File Size Date Added Last Updated

Kayle InfiniteAxis 702 7.76 KB Apr 21, 2008 Nov 28, 2008

Description
This code will add support for expanding variables in progs to support things
like $n.race or $n.class and will return the persons race or class. An example
prog:

>speech_prog test
sayto $n Well, You're definitely a level $n.level, $n.race, $n.class.

<985hp 450m 600mv>
You say, 'test'
Mistress Tsythia says to you, 'Well, You're definitely a level 65, Night Elf, bladesinger.'

Additionally, it will also work on objects for displaying their level. Support has been
included for allowing these to be interpreted in if checks, but it isn't required. Variables
are easily expanded, and support is included for name, sex, race, class, and level for mobs/players,
and level for items.

*Update: Updated code to work with const char corrected SmaugFUSS 1.9

Revisions: 1
Rating: | Download | Comments(0)