- Fiend name visible in home and city:
- 1) modify "#var_base" from line 110 (starting with $tentacle_state[1] variable)
- $tentacle_state[1] = $_font_col_rep[0] + ' crave' + $_font_closer
- $tentacle_state[2] = $_font_col_rep[5] + ' satisfied' + $_font_closer
- $tentacle_name[0] = $_font_col_rep[1] + 'Rear gripper' + $_font_closer
- $tentacle_name[1] = $_font_col_rep[2] + 'Dark juvenile' + $_font_closer
- $tentacle_name[2] = $_font_col_rep[3] + 'Tentacle beast' + $_font_closer
- $tentacle_name[3] = $_font_col_rep[4] + 'Kraken' + $_font_closer
- $tentacle_name[4] = $_font_col_rep[5] + 'Leviathan' + $_font_closer
- 2) modify "main_screen" from line 130 (the block dealing with the assistant box)
- IF pet_tentacle = 0:
- IF assistant_state = 1:
- *p '<div id = "assistant_short_ava"><a href = "EXEC: gt ''assistant_stat''"><img src = "<<$assistant[''ava'']>>.jpg"></a></div>'
- *p '<div id = "assistant_short_stat"><<$house_mess[house_mess]>>
- <<$cooked_food[cooked_food_plus]>>
- Energy <<$stars[assistant_energy_plus]>>
- <<$tentacle_state[tentacle_state]>>
- </div>'
- else
- *p '<div id = "assistant_short_ava"><img src = "content/pic/blank_ava.jpg"></div>'
- *p '<div id = "assistant_short_stat"><<$house_mess[house_mess]>>
- <<$cooked_food[cooked_food_plus]>>
- <<$tentacle_state[tentacle_state]>>
- </div>'
- END
- ELSE
- IF assistant_state = 1:
- *p '<div id = "assistant_short_ava"><a href = "EXEC: gt ''assistant_stat''"><img src = "<<$assistant[''ava'']>>.jpg"></a></div>'
- *p '<div id = "assistant_short_stat"><<$house_mess[house_mess]>>
- <<$cooked_food[cooked_food_plus]>>
- Energy <<$stars[assistant_energy_plus]>>
- <<$tentacle_name[tentacle_size]>> <<$tentacle_state[tentacle_state]>>
- </div>'
- else
- *p '<div id = "assistant_short_ava"><img src = "content/pic/blank_ava.jpg"></div>'
- *p '<div id = "assistant_short_stat"><<$house_mess[house_mess]>>
- <<$cooked_food[cooked_food_plus]>>
- <<$tentacle_name[tentacle_size]>> <<$tentacle_state[tentacle_state]>>
- </div>'
- END
- END
- 3) modify "city_screen" from line 17 (the block dealing with the assistant box)
- IF pet_tentacle = 0:
- IF assistant_state = 1:
- *p '<div id = "assistant_short_ava"><a href = "EXEC: gt ''assistant_stat''"><img src = "<<$assistant[''ava'']>>.jpg"></a></div>'
- *p '<div id = "assistant_short_stat"><<$house_mess[house_mess]>>
- <<$cooked_food[cooked_food_plus]>>
- Energy <<$stars[assistant_energy_plus]>>
- <<$tentacle_state[tentacle_state]>>
- </div>'
- else
- *p '<div id = "assistant_short_ava"><img src = "content/pic/blank_ava.jpg"></div>'
- *p '<div id = "assistant_short_stat"><<$house_mess[house_mess]>>
- <<$cooked_food[cooked_food_plus]>>
- <<$tentacle_state[tentacle_state]>>
- </div>'
- END
- ELSE
- IF assistant_state = 1:
- *p '<div id = "assistant_short_ava"><a href = "EXEC: gt ''assistant_stat''"><img src = "<<$assistant[''ava'']>>.jpg"></a></div>'
- *p '<div id = "assistant_short_stat"><<$house_mess[house_mess]>>
- <<$cooked_food[cooked_food_plus]>>
- Energy <<$stars[assistant_energy_plus]>>
- <<$tentacle_name[tentacle_size]>>
- </div>'
- else
- *p '<div id = "assistant_short_ava"><img src = "content/pic/blank_ava.jpg"></div>'
- *p '<div id = "assistant_short_stat"><<$house_mess[house_mess]>>
- <<$cooked_food[cooked_food_plus]>>
- <<$tentacle_name[tentacle_size]>>
- </div>'
- END
- END
Pastebin PRO Accounts EASTER SPECIAL! For a limited time only get 40% discount on a LIFETIME PRO account! Offer Ends April 2nd!
SHARE
TWEET
Fiend name visible in home and city
a guest
Apr 15th, 2015
219
Never
RAW Paste Data
