User Tools

Site Tools


remove_status_effect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
remove_status_effect [2024/02/04 16:13] – created justinremove_status_effect [2024/02/04 16:44] (current) justin
Line 2: Line 2:
 ---- ----
 (WIP) (WIP)
 +
 +Removes a [[status effect]] from the specified [[character]].
  
 ====Signature:==== ====Signature:====
 <code python> <code python>
-remove_status_effect()+remove_status_effect(status_id, character)
 </code> </code>
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-| | | | |+|status_id| |[[String]]|Yes| 
 +|character| |[[Entity]]|Yes|
  
 ====Example:==== ====Example:====
 <code bauxite> <code bauxite>
-remove_status_effect();+remove_status_effect("STATUS_0001", player);
 </code> </code>
 //Results:// //Results://
remove_status_effect.1707091991.txt.gz · Last modified: 2024/02/04 16:13 by justin