Jump to content

MUCK talk:Cheatsheet: Difference between revisions

m
Add missing step
(Add separate morphs using objects)
 
m (Add missing step)
Line 9: Line 9:
# Set your description to shortcode that will read the description from the item you are currently holding: <code>@desc me=[iter(lcon(me), if(hasattr(##, Species), s(get(##/desc))))]</code>
# Set your description to shortcode that will read the description from the item you are currently holding: <code>@desc me=[iter(lcon(me), if(hasattr(##, Species), s(get(##/desc))))]</code>
# Repeat for your species: <code>@species [iter(lcon(me), if(hasattr(##, Species), s(get(##/species))))]</code>
# Repeat for your species: <code>@species [iter(lcon(me), if(hasattr(##, Species), s(get(##/species))))]</code>
# When you want to switch, change which object you are holding: <code>put morph: coyote in exo: morphs ; take exo: morphs's morph: human</code>


Cheers to [[User:Fireheart&]] for the help on this!
Cheers to [[User:Fireheart&]] for the help on this!


— [[User:Makyo|Makyo]] ([[User talk:Makyo|talk]]) 03:45, 15 February 2024 (UTC)
— [[User:Makyo|Makyo]] ([[User talk:Makyo|talk]]) 03:45, 15 February 2024 (UTC)