Changeset 1309 for 1.8.3/branches/devel
- Timestamp:
- 10/10/08 12:56:06 (2 months ago)
- Files:
-
- 1.8.3/branches/devel/game/txt/hlp/pennchat.hlp (modified) (1 diff)
- 1.8.3/branches/devel/game/txt/hlp/pennfunc.hlp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/game/txt/hlp/pennchat.hlp
r1298 r1309 356 356 357 357 This function is only usable by objects that pass the channel's @clock/mod. 358 & CBUFFERADD()359 cbufferadd(<channel>, <text>[, <spoof>])360 361 Adds text to a chan buffer without broadcasting it to all people on the362 channel. If <spoof> is true, it will spoof the encator (%#), and you363 must be able to perform an @nscemit.364 365 This function is only usable by objects that pass the channel's @clock/mod.366 358 & CWHO() 367 359 cwho(<channel>) 1.8.3/branches/devel/game/txt/hlp/pennfunc.hlp
r1298 r1309 475 475 so the function returns 0. There can be an arbitrary number of 476 476 flags. 477 & ANDLPOWERS()478 andlpowers(<object>, <list of powers>)479 480 This function returns 1 if <object> has all the powers in a481 specified list, and 0 if it does not. The list is a space-separated482 list of power names. A '!' preceding a flag name means "not power".483 484 Thus, ANDLPOWERS(me, no_quota no_pay) would return 1 if I was485 powered no_quota and no_pay. ANDLPOWERS(me, poll !guest) would486 return 1 if I could change the poll and was not a guest.487 488 If a name does not correspond to any power, <object> doesn't have489 it, so the function returns 0. There can be an arbitrary number of490 powers.491 477 & ANDLPOWERS() 492 478 andlpowers(<object>, <list of powers>)
