Fasco's SaveCo #145
Aliases: Fasco's SaveCo
2 verbs · 62 properties · 0 children
Verbs
| Verb | Spec | Flags | Definer | Lines |
|---|---|---|---|---|
enterfunc | this none this | rxd | #145 | 11 |
init_for_core | this none this | rxd | #145 | 2 |
Properties
| Property | Definer | Flags | Owner | Value |
|---|---|---|---|---|
virtual_exit_task | #118 | r | #2 | 65375994 |
defaulting_exit_oleave_msg | #118 | rc | #36 | <clear> |
blessed_entrances | #118 | rc | #36 | <clear> |
virtual_exits | #118 | rc | #36 | {{{"Back [b]", "b", "Back"}, #62, 0}} |
give_short_alias | #118 | rc | #36 | <clear> |
virtual_exit_to_use | #118 | r | #2 | {{"Back [b]", "b", "Back"}, #62, 0} |
lit_from_outside | #118 | rc | #36 | <clear> |
bot_locked | #104 | rc | #36 | <clear> |
fakes | #104 | r | #36 | <clear> |
retail | #104 | rc | #36 | 1 |
seat | #104 | r | #36 | <clear> |
pool | #104 | r | #36 | <clear> |
seat_desc | #104 | r | #36 | <clear> |
pool_desc | #104 | r | #36 | <clear> |
sit_phrase | #104 | rc | #36 | <clear> |
stand_phrase | #104 | rc | #36 | <clear> |
swim_phrase | #104 | rc | #36 | <clear> |
dry_phrase | #104 | rc | #36 | <clear> |
push_phrase | #104 | rc | #36 | <clear> |
seat_aliai | #104 | r | #36 | <clear> |
pool_aliai | #104 | r | #36 | <clear> |
seat_contents | #104 | r | #36 | <clear> |
pool_contents | #104 | r | #36 | <clear> |
seat_max | #104 | r | #36 | <clear> |
pool_max | #104 | r | #36 | <clear> |
details | #104 | rc | #36 | <clear> |
temp_detail_index | #104 | rc | #36 | <clear> |
temp_detail_desc | #104 | rc | #36 | <clear> |
outdoors | #104 | r | #36 | 0 |
attack_queue | #104 | r | #2 | <clear> |
battle_on | #104 | r | #2 | 0 |
stop_msg | #104 | rc | #36 | <clear> |
remove_msg | #104 | rc | #36 | <clear> |
dump_msg | #104 | rc | #36 | <clear> |
dump_loc | #104 | rc | #36 | <clear> |
sanctuary | #104 | rc | #36 | <clear> |
ansi_title | #104 | r | #36 | <clear> |
dark_desc | #104 | rc | #36 | <clear> |
title_style | #104 | rc | #36 | <clear> |
build_help | #104 | rc | #36 | <clear> |
battle_task | #104 | r | #2 | <clear> |
dig_level | #104 | rc | #36 | <clear> |
holes | #104 | r | #2 | <clear> |
help_msg | #104 | rc | #36 | <clear> |
who_location_msg | #3 | rc | #36 | <clear> |
free_home | #3 | rc | #36 | <clear> |
victim_ejection_msg | #3 | rc | #36 | <clear> |
ejection_msg | #3 | rc | #36 | <clear> |
oejection_msg | #3 | rc | #36 | <clear> |
residents | #3 | rc | #36 | <clear> |
free_entry | #3 | rc | #36 | <clear> |
entrances | #3 | c | #36 | {#149} |
blessed_object | #3 | rc | #36 | #-1 |
blessed_task | #3 | rc | #36 | 1450139841 |
exits | #3 | c | #36 | {#148} |
dark | #3 | rc | #36 | <clear> |
ctype | #3 | rc | #36 | <clear> |
key | #1 | c | #36 | 0 |
aliases | #1 | rc | #36 | {"Fasco's SaveCo"} |
description | #1 | rc | #36 | list of 3{" The store is dingy and run-down. Mr. Fasco keeps most goods hidden so thieves can't grab them and run.", " (Player: \"remember human as Mr. Fasco\" so that you'll recognize him. \"Ask Fasco for list/catalog/prices\" or \"say Can I see a catalog?\" if you want to view the items for sale.)", " (Wizard: Check out the verb here:enterfunc. The exit \"Out\" is a $terrexit, a \"real\" object that sets the player's x and y coordinates for the terrain outside. The exit \"Back\" is a \"virtual\" exit, built into the room. See \"help here\" for more info.)"} |
object_size | #1 | r | #36 | {3255, -1090650497} |
html | #1 | rc | #36 | <clear> |
Ancestry
Ancestors (nearest first): #118 virtual exit room → #104 RPG room → #3 generic room → #1 Root Class
Children: none
Call graph
Source
enterfunc
Referenced by
none
Source
1pass(@args); 2object = args[1]; 3if (is_player(object)) 4if ($object_utils:contains(object, $rmprop_demo_10)) 5$rmprop_demo_2:say("Great job! Hand it over and I'll pay you your fee."); 6elseif ($object_utils:contains($rmprop_demo_2, $rmprop_demo_10)) 7$rmprop_demo_2:say("That's the end of the demo."); 8else 9$rmprop_demo_2:say("I'll be needing the fob that's buried in the cave--you know--the cave at the end of the street. If you retrieve the fob, you'll be amply rewarded."); 10endif 11endif
init_for_core
Referenced by
none
Source
1this:moveto($rmprop_demo_6); 2return;